Command line tool for Paste.ee
Go to file
Tyler 911e1f2308
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone Build is failing Details
Update go modules
2021-12-31 20:15:47 -05:00
cmd Resolve issue with debian package building, use $HOME/.config/pastee as config path 2021-03-27 18:15:26 -04:00
scripts Use goc to build multiple versions at once, add openbsd/freebsd 2021-12-31 20:12:56 -05:00
.drone.yml Use goc to build multiple versions at once, add openbsd/freebsd 2021-12-31 20:12:56 -05:00
LICENSE Initial commit 2021-03-26 23:47:13 -04:00
README.md Use goc to build multiple versions at once, add openbsd/freebsd 2021-12-31 20:12:56 -05:00
go.mod Update go modules 2021-12-31 20:15:47 -05:00
go.sum Update go modules 2021-12-31 20:15:47 -05:00
main.go Initial commit 2021-03-26 23:47:13 -04:00

README.md

Paste.ee CLI

Build Status

A simple, flexible CLI tool for uploading to Paste.ee.

Uploading Pastes

The CLI supports two methods of uploading, stdin and file arguments.

stdin:

echo hello | pastee

files:

pastee FILE1 FILE2 FILE3

Pastes can be encrypted by passing -e or --encrypt to the tool, which will encrypt on your server and upload just like the web interface.

Logging in

If you'd like to attach your pastes to an account, you can login via pastee login. This will authenticate your account against the API and store an API key to upload with.