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.linuxnet.io
            $ curl --data-binary @path/to/file paste.linuxnet.io
        
With HTTPie:

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

Get some text:

With cURL:

            $ curl paste.linuxnet.io/raw/PlainVastAirport
        
With HTTPie:

            $ http paste.linuxnet.io/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 1 days


For server usage and hosting it yourself, check out github