cstd(1)                                 CSTD v0.0.2                                 cstd(1)

NAME
    cstd: another command line pastebin.

SYNOPSIS
    Installation (optional):
      # wget -O /usr/local/bin/cstd https://paste.zillyhuhn.com/0 && chmod +x /usr/local/bin/cstd
        (You can also skip installing this and use wget directly, see below)

    Use:
      $ <command> | cstd
    Or:
      $ cstd <file>
    Or if you don't feel like using the paste script:
      $ wget -q -O - --post-file <file> https://paste.zillyhuhn.com/

DESCRIPTION
    pstd (pasted) is yet another command-line pastebin similar to and
    inspired by sprunge.us.  It currently depends on wget(1).

    When requesting a paste, the URL may be suffixed with ?<lang>, to
      request syntax hilighting for language <lang>, if supported.

EXAMPLES
    $ cat /etc/passwd | cstd
    $ cstd -s other.cstd.site.com < /etc/passwd
    $ wget -q -O - --post-file /etc/passwd https://paste.zillyhuhn.com/
      (wget does not support POSTing stdin, so the cstd script is recommended)

SEE ALSO
    cstd is just a rebrand of pstd check it out:
    https://github.com/fstd/pstd (source repository)
    README

CREDITS
    Lots of inspiration (but no code) taken from http://sprunge.us
    (https://github.com/rupa/sprunge)

AUTHOR
    2015, Timo Buhrmester <van.fstd+pstd@gmail.com> ( pstd )
    2019, Chiller Dragon <chillerdragon+cstd@gmail.com> ( cstd rebrand )


                                       May 17, 2015