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