Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 656 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 656 Bytes

rustbin-cli

How to use

Upload paste(s)

$ ./rbin.sh -f hello.txt -f bye.txt

Paste from stdin

Bash & ZSH

$ command_that_errors |& ./rbin.sh -f -

Fish

$ command_that_errors &| ./rbin.sh -f -

Delete paste(s)

$ ./rbin.sh -d aBcD.sh

Shorten URL(s)

$ ./rbin.sh -s https://google.com

Set expire time

$ ./rbin.sh -f hello.txt -f bye.txt -e 30s # This paste will self-destruct in 30 seconds

Configure

$ ./rbin.sh -c

Execute ./rbin.sh without any arguments for a detailed help menu.

Screenshots

Paste