client tool for paste.rs
install
sh
cargo install pafi
Build source and install
```sh
git clone https://github.com/mehrati/pafi \ && cd pafi \ && make ```
Build dependency
git, rust, cargo, gnu make, binutils, upx
run
```sh
echo "hi" | pafi
pafi --input path/example-file.txt
pafi --out path/get-file.txt
pafi --delete --url https://paste.rs/example
```