/AniCat-cli

A command-line client for AniCat

Primary LanguageGo

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