Skip to content

l3gacyb3ta/corgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corgi


"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.

Install

  1. Pip install
    pip install corgi-cli
  2. Then add a line to your zshrc or bashrc
    export TOKEN="<your token>"

Refrence:

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.

Examples:

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

About

A new thing for doggo-ninja

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages