README.md
October 16, 2022 ยท View on GitHub
๐ฅซ sauce - CLI anime identification
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.
never find yourself asking "sauce?" ever again!
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.
๐ง Installation
Install with Go install:
go install github.com/cadecuddy/sauce@latest
๐ป Usage
Known supported image types: jpg, png, webp, gif
๐ search by image url
sauce url <url>
sauce url https://findthis.jp/anime.png
๐ search by image file
sauce file <path>
sauce file demon-slayer.png
๐ Environment Setup (contributors)
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!