https://github.com/masterbrian99/rgistc
Simple to program to create github Gists
https://github.com/masterbrian99/rgistc
Last synced: about 1 month ago
JSON representation
Simple to program to create github Gists
- Host: GitHub
- URL: https://github.com/masterbrian99/rgistc
- Owner: MasterBrian99
- License: mit
- Created: 2022-12-10T22:21:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T19:02:14.000Z (over 3 years ago)
- Last Synced: 2025-02-18T10:50:24.866Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rgistc
### command line utility to create secret gist.
#### Usage
```
Simple to program to create github Gists
Usage: rgistc [OPTIONS] --file --key
Options:
-f, --file Name and content for the file that make up the gist
-k, --key Github Authorization Key
-d, --description [default: ]
-h, --help Print help information
-V, --version Print version information
```
```
rgistc --file README.md --key=ghp_.........
```
#### Build From Source
- Clone the Repository
```
https://github.com/MasterBrian99/rgistc.git
```
- Run Cargo Build
```
cargo build
```