gistit 0.1.5

Quick and easy code snippet sharing tool
Documentation
gistit-0.1.5 has been yanked.

gistit-cli

Multi platform command line application to share code snippets

Installation

Building from source:

# 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

$ cargo install gistit