b4b4r07 / gist

:octocat: A simple gist editor for CLI

Home Page:https://babarot.me/gist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gist - A simple gist editor for CLI

A simple gist editor for CLI.

License GitHub Releases
Website GitHub Releases Go version

Features

  • Super fast, super interactive.
  • Easy to view, edit, upload and delete.
  • Edit as you like, then just save it. It would be uploaded to your Gist.
  • Simple and intuitive CLI UX, no complex flags or lots subcommands.
  • One binary, just grab from GitHub Releases.

Installation

Download the binary from GitHub Releases and drop it in your $PATH.

For macOS / Homebrew user:

brew install b4b4r07/tap/gist

Using afx, package manager for CLI:

github:
- name: b4b4r07/gist
  description: A simple gist editor for CLI
  owner: b4b4r07
  repo: gist
  release:
    name: gist
    tag: v1.2.6 ## NEED UPDATE!
    asset:
      filename: '{{ .Release.Name }}_{{ .OS }}_{{ .Arch }}.tar.gz'
      replacements:
        darwin: darwin
        amd64: arm64
  command:
    link:
    - from: gist
      to: gist
    env:
      GIST_USER: b4b4r07 ## NEED UPDATE!

Versus

There are many other implements as the gist client (called "gister") such as the following that works on command-line:

License

MIT

Author

b4b4r07

About

:octocat: A simple gist editor for CLI

https://babarot.me/gist

License:MIT License


Languages

Language:Go 100.0%