A simple gist editor for CLI.
- 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.
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!
There are many other implements as the gist client (called "gister") such as the following that works on command-line:
MIT
b4b4r07