pastebin
Here are 310 public repositories matching this topic...
-
Updated
May 26, 2020 - Go
A flag that sets the default behavior to publish all pages.
Please add download and delete buttons to admin page.
Sometimes a user asks if an admin can delete a file or resend the download link.
If someone uploads a big file then it would be possible to delete from admin page to free disk space.
pbx () { curl -sF "c=@${1:--}" -w "%{redirect_url}" 'https://ptpb.pw/?r=1' -o /dev/stderr | xsel -l /dev/null -b }
What does the 'r=1' do? Can you tell me where this is documented?
Also, are you sure you want to send the output to /dev/stderr when xsel is expecting input from the pipe?
Please direct me to a more appropriate (IRC?) support channel if this is not the place to ask.
I'm doing post request to URL: https://api.paste.gg/v1/pastes
Content-Type header is application/json
Request method: POST
My JSON:
{
"visibility": "unlisted",
"expires": "2020-02-06T13:27:14.920071Z",
"files": [
{
"content": {
"format": "gzip",
"value": "H4sIAAAAAAAAAA=="
}
}
]
}Service returns HTTP error 400
I'm
Embed migrations
I would love to host Paste on a raspberry pi and would really love it if you could consider enabling SQLite as a database option.
I really love the interface and it's beautifully built.
Thanks.
Features ideas
-
Updated
May 3, 2020 - Python
-
Updated
May 15, 2020 - Kotlin
-
Updated
Mar 7, 2020 - Python
-
Updated
Nov 4, 2019 - Shell
-
Updated
May 13, 2020 - PHP
-
Updated
Apr 18, 2017 - Go
-
Updated
Apr 24, 2018
-
Updated
Mar 11, 2020 - Rust
Currently there is only one example file. Users might not fully understand the capability of the tool and might get scared, because it involves setting up a database.
At least one other example file without the need of a database and maybe one with the usage of sqlite could help them.
-
Updated
Dec 10, 2019 - Python
-
Updated
May 3, 2020 - Emacs Lisp
-
Updated
Jan 19, 2018 - PHP
-
Updated
May 31, 2019 - Python
-
Updated
Dec 1, 2019 - Go
Improve this page
Add a description, image, and links to the pastebin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pastebin topic, visit your repo's landing page and select "manage topics."
I noticed that when I upload a .exe file, the download page does not explain at all what I am about to download.
Perhaps it should read " Download attachment (abcd.exe , 2.3MB)"