rustbin — minimalist pastebin and URL shortener Create a paste: curl -F 'file=@example.txt' https://paste.leddaz.org/ With expiry: curl -F 'file=@example.txt' -F 'expires_in=3600' https://paste.leddaz.org/ (expires_in: positive seconds or 'never') Read a paste: curl https://paste.leddaz.org/ Shorten a URL: echo 'https://example.com' | curl -F 'file=@-' https://paste.leddaz.org/ In a browser, https://paste.leddaz.org/ renders with line links; add an extension (https://paste.leddaz.org/.rs) to pick the syntax; https://paste.leddaz.org//raw is plain text.