Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbrlsnchs/quist
CLI to create short-lived Gists
https://github.com/gbrlsnchs/quist
Last synced: 8 days ago
JSON representation
CLI to create short-lived Gists
- Host: GitHub
- URL: https://github.com/gbrlsnchs/quist
- Owner: gbrlsnchs
- License: mit
- Archived: true
- Created: 2020-10-23T13:20:05.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2021-01-14T18:49:49.000Z (almost 4 years ago)
- Last Synced: 2024-12-01T12:56:04.194Z (11 days ago)
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gbrlsnchs/quist - CLI to create short-lived Gists (Rust)
README
# Quist
Quickly create short-lived Gists based on local files or existing Gists.
## Table of contents
1. [Usage](#usage)## Usage
First, you need to [create a personal token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) for creating Gists. **Storing the token safely is up to you.**After that, run:
```console
$ GIST_TOKEN=b1f63f8bed1b29584bd4ef0d7437254f0d069ced # this is an example, don't worry
$ quist --basic-auth=gbrlsnchs:$GIST_TOKEN welcome.txt
Gist created at https://gist.github.com/gbrlsnchs/0db1a400ee13076c1646cbca82b9b830
Waiting for SIGINT...
^C
Gist "0db1a400ee13076c1646cbca82b9b830" has been successfully deleted
```Note that this is not a CLI to manage Gists, which you could do with the official GitHub CLI. This is just a simple utility tool to create short-lived Gists.