forked from Maurice/pastabble
Other useful pages
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
Pastable is a lightweight and fast pastebin alternative, and URL-shortener made by Plabble and written in Rust.
|
||||
|
||||
USAGE
|
||||
Get /: Show this page
|
||||
Get /about: Show this page
|
||||
Get /{id}: Get paste by ID and return in plain text
|
||||
Post /: Create new paste (plain text raw body or form parameter 'content') and return random generated key
|
||||
Post /{id}: Create new paste (plain text raw body) and return requested key if available, else random generated key
|
||||
@@ -30,6 +30,12 @@
|
||||
|
||||
For links:
|
||||
Pipe your input into: curl -F 'link=<-' https://paste.plabble.org/to -w '\n'
|
||||
|
||||
USING GUI
|
||||
If you want to view a note using the GUI, add /#/ in the URL
|
||||
|
||||
For example:
|
||||
https://paste.plabble.org/YOURID becomes https://paste.plabble.org/#/YOURID
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user