hastebin / general pasting client
Simple client for uploading to hastebin.com or any site that accepts posting and viewing pastes
Binary releases available for linux & osx. 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
UPASTEPASTEROOT=https://mypasteservice.com/new
UPASTEREADROOT=https://mypasteservice.com
upaste --file
upaste --file
upaste --pull
``` $ upaste -h
upaste 0.2.1 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