Anonymous, fast, secure
<command> | curl -F 'rmi=<-' https://rmi.sh
?hl to the URL for line numbers and syntax highlightingChoose how long your paste should be stored using the ttl parameter:
cat file.txt | curl -F 'rmi=<-' -F 'ttl=1h' https://rmi.sh
~$ cat hello-world.c | curl -F 'rmi=<-' https://rmi.sh
https://rmi.sh/Ef7M1n0TQz5K
~$ cat script.sh | curl -F 'rmi=<-' -F 'ttl=24h' https://rmi.sh
https://rmi.sh/Y7SgMPnVI3hs
~$ firefox https://rmi.sh/Ef7M1n0TQz5K?hl
Install the RMI command-line alias:
curl https://rmi.sh/install | sudo sh
Then use it like this:
cat file.txt | rmi
cat file.txt | rmi 1h # expires in 1 hour
cat file.txt | rmi 7d # expires in 7 days