what-anime-cli是一款开源的命令行工具,可在命令行中通过动漫图片,快速检索出其作品信息,支持多种图片格式,包括jpg,png,jfif,webp,gif。基于Go语言编写,遵守MIT开源协议。

安装:

go install github.com/irevenko/what-anime-cli@latest
what-anime-cli file ani.png

使用

获取图片

what-anime file anime.jpg

获取远程图片链接

what-anime link https://anime.com/image.png

源代码:https://github.com/irevenko/what-anime-cli