Gistit - Share user snippets

⚡️ Quick and easy code snippet sharing tool

Crates.io Crates.io

A feature packed, hash based code snippet sharing tool focused on ease of use and simplicity.

:star: Features

send and fetch gif

Feature requests

I want a feature

CLI

Basic Usage

You can send a local file or stdin.

```shell

Local file

$ gistit myfile.txt

Stdin

$ ls | gistit

Additional info

$ ls | gistit -a "Matthew McConaughey" -d "My ls, lol" ```

Post to GitHub Gists.

```shell $ gistit myfile.txt --github

A browser window will open to authorize Github OAuth.

Hit authorize and wait for the CLI to resume automatically.

```

Copy hash to system clipboard.

```shell $ gistit myfile.txt -c

Hash is now on your

```

Fetching gistits

```shell

Fetch and preview

$ gistit f 8765d324ddd800f1112e77fece3d3ff2

Fetch and save to local data directory

$ gistit f 8765d324ddd800f1112e77fece3d3ff2 --save ```

Installation

Compiled binaries soon

With \ soon

From crates.io

shell cargo install gistit

From source (msrv 1.58)

```shell

Clone

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

Move

$ cd gistit

Build

$ cargo build --release ```

Your binary will be inside target/release folder.

License

Licensed under either of MIT or Apache-2.0 at your option.