bngl.ws is a pastebin service that you can access from the command line. If you have cargo installed, you can install the CLI client by cloning the client repo and running
cargo install --path .Then, you can create snippets by running something like
echo 'Hello world' | bngl new --name "First snippet"