The CLI frontend to a gist server written in Rust
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Dylan Baker 029d0b9c1b Display errors more humanely 5年前
src Display errors more humanely 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'