AnimeFetch is a simple yet powerful tool that connects to the AniList API to retrieve and display detailed information about your favorite anime. Whether you need synopses, episode counts, release years, or ratings, AnimeFetch has you covered.
Why build this? Because I need to learn C++ and I couldn't think of any other project to do lol. Btw, C++ is awesome π₯
If you're using Arch-based distribution, you can download animefetch
from AUR:
$ yay -S animefetch
If you're not using an Arch-based distribution, you can compile it yourself:
$ git clone https://github.com/xeyossr/animefetch
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo cp build/animefetch /usr/bin/animefetch
$ animefetch <anime-title>
For example:
$ animefetch Jujutsu Kaisen
This project is licensed under the GNU General Public License v3.0. You are free to use, modify, and distribute the software under the terms of this license. For more details, please refer to the LICENSE file.