AList CLI
- Author: LeeShunEE
- Organization: KinemaClawWorkspace
File management tool for AList API.
Environment Variables
ALIST_URL="https://your_alist_server"
ALIST_USERNAME="your_username"
ALIST_PASSWORD="your_password"
Commands
| Command | Description |
|---|---|
alist login | Authenticate |
alist ls [path] | List files |
alist get <path> | Get file info |
alist mkdir <path> | Create folder |
alist upload <local> <remote> | Upload file |
alist rm <path> | Delete file |
alist mv <src> <dst> | Move file |
alist search <keyword> [path] | Search files |
alist whoami | Current user |
Script
python scripts/alist_cli.py <command> [args]
References
references/openapi.json- AList API specification