https://github.com/babarot/gist
:octocat: A simple gist editor for CLI
https://github.com/babarot/gist
cli gist gist-editor go golang
Last synced: 3 months ago
JSON representation
:octocat: A simple gist editor for CLI
- Host: GitHub
- URL: https://github.com/babarot/gist
- Owner: babarot
- License: mit
- Created: 2017-04-19T03:39:53.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T15:26:19.000Z (5 months ago)
- Last Synced: 2025-03-29T08:09:19.523Z (3 months ago)
- Topics: cli, gist, gist-editor, go, golang
- Language: Go
- Homepage: https://babarot.me/gist
- Size: 966 KB
- Stars: 131
- Watchers: 3
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple gist editor for CLI.
![]()
## 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][release] and drop it in your `$PATH`.
- [Darwin / Mac](https://github.com/babarot/gist/releases/latest)
- [Linux](https://github.com/babarot/gist/releases/latest)**For macOS / [Homebrew](https://brew.sh/) user**:
```bash
brew install babarot/tap/gist
```**Using [afx](https://github.com/babarot/afx), package manager for CLI**:
```yaml
github:
- name: babarot/gist
description: A simple gist editor for CLI
owner: babarot
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: babarot ## 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
babarot
[release]: https://github.com/babarot/gist/releases
[license]: https://babarot.mit-license.org