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

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'