Skip to content

NullpointerW/AniCat-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AniCat CLI

About

AniCat-Cli is a command-line client used to control AniCat

Usage

add cli path to environment variables

windows:
setx PATH "%PATH%;{anicat-cli path}" /M
linux:
vim ~/.bash_profile 
# append to last line
export PATH=$PATH:{anicat-cli path}
linux:
go build -o anicat
windows:
go build -o anicat.exe

use "anicat [command] --help" for more information about a command:

anicat --help

information about add command

anicat add --help