hastebin / general pasting client
Simple client for uploading to hastebin.com or any site that accepts posting and viewing pastes
Static binary releases currently only exist for linux. See releases.
For installation on other platforms use cargo:
cargo install upaste
```
cat file | upaste
upaste -f
cat file | upaste --raw
upaste --file
upaste --file
upaste --pull
``` $ upaste --help
upaste 0.2.0 James K. james.kominick@gmail.com
* 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
```