logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

privatebin – manage privatebin pastes with simple shell command

Authors

       Bryan Frimin.

2.0.1                                             Apr 15, 2024                                     PRIVATEBIN(1)

Commands

privatebin-create(1)
              Create a paste

       privatebin-show(1)
              Show a paste

Description

       A minimalist, open source command line interface for PrivateBin instances.

Examples

       Create a paste on the default privatebin instance:

              $ cat example.txt | privatebin create

Exit Status

       The privatebin utility exits 0 on success, and >0 if an error occurs.

Name

privatebin – manage privatebin pastes with simple shell command

Options

-h,--help
              Show help message.

       -v,–version
              Prints the privatebin cli version.

       -b,--bin <name>
              The privatebin instance name.

       -c,--config <path>
              The path of the configuration file (default “~/.config/privatebin/config.json”).

       -H,--header <key=value>
              The extra HTTP header fields to include in the request sent.

       -o,--output <format>
              The output format can be "" or "json" (default "").

See Also

privatebin.conf(5)

Synopsis

privatebin [-h | --help] [-v | --version] [--bin=<name>]
                  [--config=<filename>] [--header=<key=value>]
                  [--output=<format>] <command> [<args>]

See Also