# bngl.ws client This is the CLI component of the bngl.ws pastebin service. ## Installation With [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) 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' ```