A CLI for pxl.blue (mirror)
Go to file
webb 5d38f569f4
Remove example from README
2020-09-04 10:59:04 -04:00
.gitignore Initial commit 2020-09-03 17:10:07 -04:00
COPYING Initial commit 2020-09-03 17:10:07 -04:00
README Remove example from README 2020-09-04 10:59:04 -04:00
account.go Move to library for CLI parsing, add ability to get upload key 2020-09-04 10:38:48 -04:00
cfg.go Move to library for CLI parsing, add ability to get upload key 2020-09-04 10:38:48 -04:00
main.go Output errors to STDERR, add description for the usage page, etc 2020-09-04 10:55:35 -04:00
upload.go Output errors to STDERR, add description for the usage page, etc 2020-09-04 10:55:35 -04:00

README

interrupt -- a simple CLI for pxl.blue
--------------------------------------

This is fairly early, but more is planned (see the
issues to get an idea of what I plan on adding).

To install it, you'll need to build from source.
You can do a "go get gitea.com/webb/interrupt" or
just do "go build" in the source code directory.

The upload key is read from the PXL_KEY environemnt
variable. It will read MIRAGE_KEY as a fallback in
case you're migrating from mirage.sh.

If you want to use the account management abilities
of this program you'll need to set both a PXL_USERNAME
and a PXL_PASSWORD environemnt variable.