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