RMI: Raw Memo Instant

Anonymous, fast, secure

📝 Upload Text

0 / 524,288 characters
✅ Success! Your paste URL:
❌ Error:

Synopsis

<command> | curl -F 'rmi=<-' https://rmi.sh

Features

Syntax Highlighting: Add ?hl to the URL for line numbers and syntax highlighting
Example: https://rmi.sh/example?hl
IP Address: https://rmi.sh/ip
Ping (microseconds): https://rmi.sh/ping

Storage Time Options

Choose how long your paste should be stored using the ttl parameter:

5m
30m
1h
3h
6h
12h
24h / 1d
3d
7d
30d
unlimited
cat file.txt | curl -F 'rmi=<-' -F 'ttl=1h' https://rmi.sh

Limits

• Storage time: Configurable (5m to unlimited)
• Data can be pruned at any time
• Max post size: 512KB
• Upload limit: 10 per minute per IP

Examples

~$ 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

Quick Installation

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