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

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

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