File management tool for AList API.
ALIST_URL="https://your_alist_server"
ALIST_USERNAME="your_username"
ALIST_PASSWORD="your_password"
| Command | Description |
|---|---|
| --------- | ------------- |
alist login | Authenticate |
alist ls [path] | List files |
alist get | Get file info |
alist mkdir | Create folder |
alist upload | Upload file |
alist rm | Delete file |
alist mv | Move file |
alist search | Search files |
alist whoami | Current user |
python scripts/alist_cli.py <command> [args]
references/openapi.json - AList API specification共 1 个版本