A simple gist editor for CLI.

<a href="https://b4b4r07.mit-license.org">
<img src="https://img.shields.io/github/license/b4b4r07/gist" alt="License"/>
</a>
<a href="https://github.com/b4b4r07/gist/releases">
<img
src="https://img.shields.io/github/v/release/b4b4r07/gist"
alt="GitHub Releases"/>
</a>
<a href="https://b4b4r07.github.io/gist/">
<img
src="https://img.shields.io/website?down_color=lightgrey&down_message=donw&up_color=green&up_message=up&url=https%3A%2F%2Fb4b4r07.github.io%2Fgist"
alt="Website"
/>
</a>
<a href="https://github.com/b4b4r07/gist/actions?query=workflow%3Arelease">
<img
src="https://github.com/b4b4r07/gist/workflows/release/badge.svg?branch=master&event=push"
alt="GitHub Releases"
/>
</a>
<a href="https://github.com/b4b4r07/gist/blob/master/go.mod">
<img
src="https://img.shields.io/github/go-mod/go-version/b4b4r07/gist"
alt="Go version"
/>
</a>
Download the binary from GitHub Releases and drop it in your $PATH.
For macOS / Homebrew user:
$ brew install b4b4r07/tap/gist
There are many other implements as the gist client (called "gister") such as the following that works on command-line:
MIT
b4b4r07