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

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'