Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



gist - A simple gist editor for CLI

A simple gist editor for CLI.






License


GitHub Releases




Website


GitHub Releases


Go version

## 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