gistit-cli

Multi platform command line application to share code snippets

Crates.io Crates.io

Installation

Building from source:

```shell

Grab gistit source code

$ git clone https://github.com/fabricio7p/gistit.git && cd gistit

Build

$ cargo build --release ```

Your binary will be in /target/release folder

From crates.io

shell $ cargo install gistit