orhun/rustypaste-cli

Add example using stdin in README

0xlua opened this issue · 1 comments

0xlua commented

Maybe it's self-explanatory, but it could be useful to have an example in the README to show how to use rpaste with stdin, for use in scripts and such.
For example:

Upload from stdin

echo "hello world" | rpaste -
orhun commented

Good suggestion! Would you like to submit a PR about this?