sauce uses trace.moe to identify the anime in an image & serves you its essential details so you can determine if it's worth the watch.
This project was inspired by what-anime-cli by irevenko. I felt there was more utility in looking up the identified anime's MyAnimeList stats, so that was the approach I took with sauce.
Install with Go install:
go install github.com/cadecuddy/sauce@latest
Known supported image types: jpg, png, webp, gif
sauce url <url>
sauce url https://findthis.jp/anime.png
sauce file <path>
sauce file demon-slayer.png
git clone https://github.com/cadecuddy/sauce.git
cd sauce
If you find any bugs or want to add any cool features feel free to leave a PR!