The CLI frontend to a gist server written in Rust
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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'