Easily paste from your terminal to services like pastebin.com
bash
brew install paster
bash
cargo install paster
Paster comes with pastebin.com configured as a default destination. All you need to get started is to write your key to the config.
bash
paster config dest.pastebin.dev_key <your pastebin.com developer API key>
bash
echo Hello | paster
bash
paster file.txt
bash
paster -d other example.rs