- 😊 Easily manage your anime and manga lists without even opening your browser.
- 🪶 Lightweight and easy on your keyboard.
- 🌈 Colorful and structured outputs.
- 🗔 Supports most terminals and shells.
- 🔄 Changes are synced directly with AniList. No local saving BS.
- 🚀 Faster by design.
This section provides the quickest way to get started with chibi-cli. For detailed tutorial, refer to Documentation
- Make sure you use any one of the Nerd Fonts for a proper output.
- Make sure your terminal supports 24 bit ANSI color profile.
- Most modern terminals like Windows Terminal, Gnome Terminal, Kitty or Alacritty etc., should work.
$ sudo snap install chibiPS C:\> winget install CosmicPredator.Chibi-
Download the binary for your OS from the releases page.
-
Open your favourite terminal in the directory where you downloaded chibi.
-
Type in
./chibiand you are in!
Note
For windows, you may type ./chibi.exe (in powershell).
Note
For linux, make the binary executable by the following command,
$ chmod +x ./chibiBy default, Chibi stores local data in your OS config directory under chibi.
You can override this path with environment variables:
CHIBI_DATA_PATH(preferred)CHIBI_PATH(legacy fallback)
Examples:
export CHIBI_DATA_PATH="$HOME/.local/share/chibi"
chibi login$env:CHIBI_DATA_PATH = "D:\apps\chibi-data"
chibi loginChibi loads themes from DATA_DIR/themes using TOML files.
DATA_DIR is resolved the same way as local config storage:
-
CHIBI_DATA_PATH(preferred) -
CHIBI_PATH(legacy fallback) -
OS config directory fallback
-
Show active theme and available themes:
chibi theme
-
Persist a theme:
chibi theme nord
-
Temporarily override via environment variable:
CHIBI_THEME=sunset chibi profile
Each theme file in DATA_DIR/themes/*.toml should include all color keys.
Example themes are available in the repository themes/ directory.
You can check the docs here.
Contributions are heartily welcomed...!
Please refer to the pull request guide before creating a pull request.
This project is not possible without the following libraries,
