Quick Paste

Paste text, get a short URL, and move on. Public by design, no auth, no expiry, and raw uploads from curl work too.

CLI upload: curl -sS -X POST https://p.anouar.ca --data-binary @file.txt
Custom short name from CLI: curl -sS -X POST 'https://p.anouar.ca?slug=my-note' --data-binary @file.txt