rustypaste-cli

CLI tool for uploading files and text to rustypaste servers

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for rustypaste

Commands

rp

Examples

Upload a file to the default rustypaste server$ rp upload myfile.txt
Upload text from stdin$ echo 'Hello World' | rp upload
Upload a file to a custom rustypaste server$ rp -s https://paste.example.com upload myfile.txt