-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaste.1
More file actions
33 lines (25 loc) · 714 Bytes
/
paste.1
File metadata and controls
33 lines (25 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.\" Manpage/homepage for paste.
.\" See `man 7 groff_man` for more documentation information
.TH paste 1 "$DATE" "paste $VERSION" "paste"
.SH NAME
paste \- pastebin service inspired by ix.io and 0x0.st
.SH SYNOPSIS
POST paste.local/ (with text in body)
GET paste.local/$PASTE_ID
.SH DESCRIPTION
This site is a work in progress.
.SH EXAMPLES
Show this usage information:
curl paste.local/
Get a paste:
curl paste.local/$PASTE_ID
Create a new paste:
curl --data-binary 'Hello, World!' paste.local/
curl --data-binary @file.txt paste.local/
.SH AUTHOR
James Box (james@jbox.dev)
.SH SEE ALSO
The public repository for paste is at
.UR $REPOSITORY
.UE .
Inspiration: http://ix.io, https://0x0.st