Multi platform command line application to share code
snippets
gistit-cli has two main subcommands:
Send code
snippets to the cloud
Fetch an external gistit, preview it or save to local filesystem.
| flag/argument | value | does | |:-----------------|:--------------|:-----------------------------------| | -c --clipboard | - | Copies generated hash to clipboard | | -a --author | author name | Append an author name | | -d --description | description | Append a description | | -s --secret | secret key | Encrypts the gistit with a secret | | -t --theme | colorscheme | Changes the default colorscheme |
| flag/argument | value | does | |:-----------------|:--------------|:--------------------------------------| | -h --hash | gistit hash | Fetches the gistit via its hash | | -u --url | gistit url | Fetches the gistit via its url | | -t --theme | colorscheme | Overwrites the suggested colorscheme | | -s --secret | secret key | Decrypts the protected gistit | | --save | - | Immediately save to fs after fetching | | --preview | - | Immediately preview after fetching |
Wait for compiled binaries
Building from source: ```shell
$ git clone https://github.com/fabricio7p/gistit.git
$ cd cli
$ cargo build --release ```
Your binary will be in /target/release
folder