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 hace 5 años
src Use sha hashes instead of primary key hace 5 años
.build.yml Fix secret hace 5 años
.gitignore Initial commit hace 5 años
Cargo.lock Add license and readme hace 5 años
Cargo.toml Add license and readme hace 5 años
LICENSE Add license and readme hace 5 años
README.md Add license and readme hace 5 años

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'