The CLI frontend to a gist server written in Rust
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Dylan Baker 117cb06ca9 Use sha hashes instead of primary key před 5 roky
src Use sha hashes instead of primary key před 5 roky
.gitignore Initial commit před 5 roky
Cargo.lock Add license and readme před 5 roky
Cargo.toml Add license and readme před 5 roky
LICENSE Add license and readme před 5 roky
README.md Add license and readme před 5 roky

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'