The CLI frontend to a gist server written in Rust
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Dylan Baker 3a6054137c Fix secret 5 år sedan
src Use sha hashes instead of primary key 5 år sedan
.build.yml Fix secret 5 år sedan
.gitignore Initial commit 5 år sedan
Cargo.lock Add license and readme 5 år sedan
Cargo.toml Add license and readme 5 år sedan
LICENSE Add license and readme 5 år sedan
README.md Add license and readme 5 år sedan

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'