The CLI frontend to a gist server written in Rust
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Dylan Baker 3a6054137c Fix secret 4 anos atrás
src Use sha hashes instead of primary key 4 anos atrás
.build.yml Fix secret 4 anos atrás
.gitignore Initial commit 4 anos atrás
Cargo.lock Add license and readme 4 anos atrás
Cargo.toml Add license and readme 4 anos atrás
LICENSE Add license and readme 4 anos atrás
README.md Add license and readme 4 anos atrás

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'