code
snippet sharing toolA feature packed, hash based code
snippet sharing tool focused on ease of use and simplicity.
You can send a local file or stdin.
```shell
$ gistit myfile.txt
$ ls | gistit
$ ls | gistit -a "Matthew McConaughey" -d "My ls, lol" ```
Post to GitHub Gists.
```shell $ gistit myfile.txt --github
```
Copy hash to system clipboard.
```shell $ gistit myfile.txt -c
```
Fetching gistits
```shell
$ gistit f 8765d324ddd800f1112e77fece3d3ff2
$ gistit f 8765d324ddd800f1112e77fece3d3ff2 --save ```
Compiled binaries soon
With \
From crates.io
shell
cargo install gistit
From source (msrv 1.58)
```shell
$ git clone https://github.com/fabricio7p/gistit.git
$ cd gistit
$ cargo build --release ```
Your binary will be inside target/release
folder.
Licensed under either of MIT or Apache-2.0 at your option.