The CLI frontend to a gist server written in Rust
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dylan Baker 3a6054137c Fix secret il y a 5 ans
src Use sha hashes instead of primary key il y a 5 ans
.build.yml Fix secret il y a 5 ans
.gitignore Initial commit il y a 5 ans
Cargo.lock Add license and readme il y a 5 ans
Cargo.toml Add license and readme il y a 5 ans
LICENSE Add license and readme il y a 5 ans
README.md Add license and readme il y a 5 ans

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'