You requested for a file that does not exist

termpad

A (self hosted) pastebin for easily sharing text right from the terminal

Usage

Upload some text:

From the web

With cURL:

            $ curl -d "Hello World\!" paste.slashdev.space
            $ curl --data-binary @path/to/file paste.slashdev.space
        
With HTTPie:

            $ echo "Hello World\!" | http POST paste.slashdev.space
            $ http POST paste.slashdev.space < path/to/file
        

Get some text:

With cURL:

            $ curl paste.slashdev.space/raw/PlainVastAirport
        
With HTTPie:

            $ http paste.slashdev.space/raw/PlainVastAirport
        
Don't forget to add that /raw/ there or else you will get html code meant for the browser


This instance is currently configured to keep files for 120 days


For server usage and hosting it yourself, check out github