18 lines
699 B
Plaintext
18 lines
699 B
Plaintext
pastebinit (command-line pastebin client)
|
|
|
|
pastebinit is a small python script that simply sends whatever you
|
|
give it to an online pastebin and gives you the URL in return. It's
|
|
useful when doing IRC support (when you don't want one to paste a 200
|
|
line log) or when working on a command line box with no way to SSH
|
|
to it.
|
|
|
|
Maintainer's note: as of 2024-08-14, of the 12 pastebin sites
|
|
currently supported by pastebinit, four of them didn't work in
|
|
the SlackBuild author's testing:
|
|
- bpa.st (404 error)
|
|
- sprunge.us (404 error)
|
|
- paste.debian.net (redirects to the main page)
|
|
- paste.ubuntu.com (may work if you create an account and log in?)
|
|
|
|
The default pastebin (with no -b option) is dpaste.org.
|