diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-19 07:42:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-21 11:02:46 +0700 |
commit | b47e89f0650d65018180a16cb46de92a1274fd2c (patch) | |
tree | 29a3c2f83eedaad8db7127b6f364faafe49a636c /accessibility/pastebinit/README | |
parent | a399bd9fe5940198d6a9b4b205c116d44f135bdb (diff) |
accessibility/pastebinit: Change default config.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'accessibility/pastebinit/README')
-rw-r--r-- | accessibility/pastebinit/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accessibility/pastebinit/README b/accessibility/pastebinit/README index 4a299f15e8a9c..0b4942591ba03 100644 --- a/accessibility/pastebinit/README +++ b/accessibility/pastebinit/README @@ -4,3 +4,9 @@ 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 lines log) or when working on a command line box with no way to SSH in it. + +Maintainer's note: as of 2019-12-19, of the 13 pastebin sites supported +by pastebinit, only these work: dpaste.com paste.openstack.org +paste.ubuntu.com pastebin.com slexy.org sprunge.us + +The default pastebin (with no -b option) is sprunge.us. |