Skip to content

PeroSar/rustbin-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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