hastebin / general pasting client
Simple client for uploading to hastebin.com or any site that accepts posting and viewing pastes
```
cat file | upaste
upaste -f
cat file | upaste --raw
upaste --file
upaste --file
upaste --pull
``` $ upaste --help
upaste 0.2.0
James K. * CLI pasting client -- defaults to https://hastebin.com
* Reads from stdin or a specified file: cat file.txt | upaste
upaste -f file.txt USAGE:
upaste [FLAGS] [OPTIONS] FLAGS:
-h, --help Prints help information
-r, --raw return link to raw version
-V, --version Prints version information OPTIONS:
-f, --file ```