Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.23 KB

Build Status

A simple gist editor for CLI

  • Simple and intuitive
    • Just select and edit gist you want
      • Can use any editors what you want
      • Work with peco and fzf
    • Automatically synchronized after editing
  • Customizable
    • A few options and small TOML
  • Easy to install
    • Go! single binary

DEMO

Usage

For more info, see gist help and gist help <cmd>.

Installation

$ go get github.com/b4b4r07/gist

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