The CLI frontend to a gist server written in Rust
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Dylan Baker 3a6054137c Fix secret 5 лет назад
src Use sha hashes instead of primary key 5 лет назад
.build.yml Fix secret 5 лет назад
.gitignore Initial commit 5 лет назад
Cargo.lock Add license and readme 5 лет назад
Cargo.toml Add license and readme 5 лет назад
LICENSE Add license and readme 5 лет назад
README.md Add license and readme 5 лет назад

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'