Skip to content
/ paste Public

A stupidly simple PHP script to post text snippets and assign them an id to retrieve it later

License

Notifications You must be signed in to change notification settings

jovoro/paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paste
=====

Simple script to act as web-based clipboard, so to speak. The idea is also simple:

$ generate_important_output.pl | curl -X POST --data @- https://paste.jovoro.ch/
abc123def

$ curl https://paste.jovoro.ch/?id=abc123def | process_important_output.pl

If you want to preserve line breaks in your text or if you are sending binary data, use the --data-binary option for curl. 


About

A stupidly simple PHP script to post text snippets and assign them an id to retrieve it later

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages