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-create – create a paste

Authors

       Bryan Frimin.

2.0.1                                             Apr 15, 2024                              PRIVATEBIN-CREATE(1)

Description

       Create paste.

Examples

       Create a paste on the default privatebin instance:

              $ cat example.txt | privatebin create

Name

privatebin-create – create a paste

Options

-h,--help
              Show help message.

       --burn-after-reading
              Delete the paste after reading.

       --expire <time>
              The time to live of the paste.

       --formatter <format>
              The text formatter to use, can be plaintext, markdown or syntaxhighlighting.

       --open-discussion
              Enable discussion on the paste.

       --password
              Add password on the paste.

       --attachment
              Create the paste as an attachment.

       --filename
              Open and read filename instead of stdin.

       --gzip GZip the paste data.

See Also

privatebin.conf(5)

Synopsis

privatebincreate [-h | -help] [--burn-after-reading] [--expire=<time>]
                         [--formatter=<format>] [--open-discussion]
                         [--password=<password>] [--gzip] [--attachment]
                         [--filename=<filename>] STDIN

See Also