用于搜索番剧图片来源的 TUI 应用,使用 trace.moe API。
如果这个程序对你有所帮助,可以帮忙给一个 star (o゜▽゜)o☆ ,谢谢 OwO。
随机 Wink OvO
$ go install -ldflags "-s -w" github.com/acgtools/trace-moe-go
$ moe-go -h
A TUI app for finding anime scene by image, using trace.moe api
Usage:
moe-go [command]
Available Commands:
file search image by file
help Help about any command
Flags:
-h, --help help for moe-go
-v, --version version for moe-go
Use "moe-go [command] --help" for more information about a command.
> chcp
Active code page: 65001
# 如果输出结果不是 65001(utf-8), 可以临时改变当前字符集
> chcp 65001
如果你想修改默认的字符集, 按照以下步骤:
- 开始 -> 运行 -> regedit
- 找到
[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\Autorun]
- 将其值修改为
@chcp 65001>nul
如果 Autorun
不存在, 你可以创建一个新的字符串类型的键值对.
此方法将在cmd
启动时自动执行 @chcp 65001>nul
。
$ echo $LANG
en_US.UTF-8
$ moe-go file <image file path>
按键:
up
,down
: 移动space
,enter
: 选择一个查找结果q
: 退出程序
欢迎创建 issue 来报告 bug 或者 请求添加新特性。