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.

demo

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!

๐Ÿค made with