The CLI frontend to a gist server written in Rust
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Dylan Baker 3a6054137c Fix secret 4 gadus atpakaļ
src Use sha hashes instead of primary key 4 gadus atpakaļ
.build.yml Fix secret 4 gadus atpakaļ
.gitignore Initial commit 4 gadus atpakaļ
Cargo.lock Add license and readme 4 gadus atpakaļ
Cargo.toml Add license and readme 4 gadus atpakaļ
LICENSE Add license and readme 4 gadus atpakaļ
README.md Add license and readme 4 gadus atpakaļ

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'