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'