mal-cli-rs

Crates.iomal-cli-rs
lib.rsmal-cli-rs
version0.2.1
created_at2025-06-08 14:37:18.629961+00
updated_at2025-06-11 14:02:09.275207+00
descriptionCLI tool for myanimelist
homepage
repositoryhttps://github.com/L4z3x/mal-cli
max_upload_size
id1704937
size1,435,714
Moussa Mousselmal (L4z3x)

documentation

README

MAL-Cli

A terminal interface for the official myanimelist api written in rust.

forked from SaeedAnas/mal-cli (last commit 5 years ago)

Note:

for rendering images use a gpu-enhanced terminal like kitty, and for windows use windows terminal >1.22

HOW IT LOOKS

Detail page

detail

Home page

home

Profile page

profile

Search page

search

INSTALLATION:

ArchLinux:

yay -S mal-cli

using cargo:

cargo install mal-cli-rs

Debian-based:

download the package from last release and run:

sudo dpkg -i <installed-packege>

release section can be found here here

windows/ macos / musl:

download binaries from release section and run directly otherwise use cargo

HOW TO GET CLIENT ID:

visit mal and if you get an error, go to your profile -> profile settings -> api -> create image

Debug:

in $HOME/.config/mal-tui/config.yml file: set show_logger to true set log_level to INFO

TODO:

  • add help section
Commit count: 130

cargo fmt