demo.mp4
A heavily stripped-down, GUI-first fork of ani-cli, optimized specifically for fuzzel and tiling window managers (Sway, Hyprland, etc.).
All terminal-specific baggage, redundant menus, and useless disk I/O have been ripped out to make it as fast and lightweight as possible.
mpv(Video playback)fuzzel(Application launcher/menu)curl(For making web requests)- Standard POSIX utilities (
awk,grep,sed,cut,nl,sort,logger)
Make the script executable and place it anywhere in your $PATH (like ~/.local/bin/):
chmod +x anifuzz
mv anifuzz ~/.local/bin/To make Anifuzz show up in your GUI application launcher, copy the provided .desktop files into your applications folder:
cp *.desktop ~/.local/share/applications/
update-desktop-database ~/.local/share/applications/You can now search for Anifuzz or Anifuzz (History) straight from your launcher!
Alternatively, you can bind these directly to your window manager shortcuts:
- Launch and search:
anifuzz - Resume from history:
anifuzz -c
This is a personal fork of ani-cli. All original scraping logic and architectural credit goes to the ani-cli contributors.
Licensed under the GNU General Public License v3.0 (GPLv3).