3 releases (breaking)
0.3.0 | Jan 11, 2023 |
---|---|
0.2.0 | Jan 5, 2023 |
0.1.0 | Jan 2, 2023 |
#965 in Command-line interface
29KB
654 lines
aniline
A cli tool to search, play and download anime.
Work in progress
Installation
If you have rust installed on your computer:
cargo install aniline
Usage
Search an anime from MAL
aniline search "anime name"
Play an anime
aniline play "anime name"
Options:
--vlc, -v Play video in vlc [default mpv]
--quality, -q Specify playback quality
Example with options:
aniline play "anime name" -q 720 --vlc
Note: MPV/VLC must be installed and present in path
Download an anime
aniline download "grand blue"
Options:
--quality, -q Specify video quality
Note: aria2c must be installed and present in path
lib.rs
:
Terminal interface and library for d2o5
Dependencies
~10–27MB
~361K SLoC