Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alindeman/gprint
https://github.com/alindeman/gprint
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alindeman/gprint
- Owner: alindeman
- Created: 2018-12-26T03:17:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T22:14:13.000Z (over 5 years ago)
- Last Synced: 2023-04-10T00:20:46.186Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gprint
Google Print CLI.
Extremely early/experimental.
## delete-jobs
Delete all jobs:
```bash
gprint \
--credentials-file=credentials.json \
--token-file=token.txt \
delete-jobs --all
```