The CLI frontend to a gist server written in Rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker 3a6054137c Fix secret пре 5 година
src Use sha hashes instead of primary key пре 5 година
.build.yml Fix secret пре 5 година
.gitignore Initial commit пре 5 година
Cargo.lock Add license and readme пре 5 година
Cargo.toml Add license and readme пре 5 година
LICENSE Add license and readme пре 5 година
README.md Add license and readme пре 5 година

README.md

bngl.ws client

This is the CLI component of the bngl.ws pastebin service.

Installation

With cargo installed

$ git clone https://git.sr.ht/~simulacrumparty/bnglws-client
$ cd bnglws-client
$ cargo install --path .

Usage

$ echo 'Hello world' | bngl new 'My first snippet'