"Corgi Puppies 27" by evocateur is licensed under CC BY-SA 2.0
A new thing for doggo.ninja
This is a cli for doggo.ninja, it should be pretty helpful and useful.
- Pip install
pip install corgi-cli
- Then add a line to your zshrc or bashrc
export TOKEN="<your token>"
Usage:
corgi
corgi ls
corgi user
corgi upload [-d | --dir] <path>
corgi delete [--all] [<originalName>]
corgi -v
Options:
<path> Optional path argument.
<originalName> The original name of the file to be manipulated.
Upload file.txt
:
corgi upload file.txt
Upload every file from a directory:
corgi upload --dir directory
Get user info:
corgi user
Delete file.txt
from doggo.ninja:
corgi delete file.txt
Delete every file you stored on doggo.ninja:
corgi delete --all