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 3a6054137c Fix secret před 4 roky
src Use sha hashes instead of primary key před 4 roky
.build.yml Fix secret před 4 roky
.gitignore Initial commit před 4 roky
Cargo.lock Add license and readme před 4 roky
Cargo.toml Add license and readme před 4 roky
LICENSE Add license and readme před 4 roky
README.md Add license and readme před 4 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'