Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T05:20:42.000Z (over 1 year ago)
- Last Synced: 2024-10-24T23:26:26.066Z (20 days ago)
- Topics: cli, gist, gist-editor, go, golang
- Language: Go
- Homepage: https://babarot.me/gist
- Size: 937 KB
- Stars: 130
- Watchers: 4
- Forks: 16
- Open Issues: 1
-
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/b4b4r07/gist/releases/latest)
- [Linux](https://github.com/b4b4r07/gist/releases/latest)**For macOS / [Homebrew](https://brew.sh/) user**:
```bash
brew install b4b4r07/tap/gist
```**Using [afx](https://github.com/b4b4r07/afx), package manager for CLI**:
```yaml
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
[release]: https://github.com/b4b4r07/gist/releases
[license]: https://b4b4r07.mit-license.org