logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

pastebinit - command-line pastebin client

Authors

pastebinit is currently written by Stephane Graber.

       username, password, format, title, arguments and redirect support added by Daniel Bartlett.

       Website: https://launchpad.net/pastebinit

       E-mail: stgraber@ubuntu.com

Configuration Files

       If a ~/.pastebinit.xml file is found in the user's home directory, pastebinit will use it for its
       configuration.

       Here's an example file:

           <pastebinit>
               <pastebin>paste.ubuntu.com</pastebin>
               <author>Stephane Graber</author>
               <format>text</format>
               <private>1</private>
               <expiry></expiry>
           </pastebinit>

       Similarly, pastebin configuration files can be put under a ~/.pastebin.d directory to override the
       specific options of those.

       XDG config and data locations are also supported for these two.

Description

       This manual page documents briefly the pastebinit commands.

       pastebinit reads text and sends it to a "pastebin" on the internet, returning the URL to the user.

       It allows the text to be passed through a pipe (|) or from files as arguments.

Name

       pastebinit - command-line pastebin client

Options

Generalarguments-b[pastebin] (default is distro-specific with a fallback to bpa.st)

       -i[inputfile]-l List all supported pastebins

       -E Print the content to stdout too

       -h Print the help screen

       -v Print the version number

       -V Print verbose output to stderr

   Optionalarguments(notsupportedbyallpastebins)-a[author] (default: $USER)

       -t[titleofpaste] (default: none)

       -f[formatofpaste] (default: text)

       -P[privatelevel] (default: 1)

       -e[expiryofpaste] (default: none)

       -u[username] (default: none)

       -p[password] (default: none)

Synopsis

pastebinit [OPTION...] [FILE...]

See Also