{"id":40313541,"url":"https://github.com/acgtools/trace-moe-go","last_synced_at":"2026-01-20T06:37:10.383Z","repository":{"id":210703280,"uuid":"726565850","full_name":"acgtools/trace-moe-go","owner":"acgtools","description":"A TUI app for finding anime scenes by image. 用于搜索动漫图片出处的 TUI 应用","archived":false,"fork":false,"pushed_at":"2023-12-09T18:33:20.000Z","size":672,"stargazers_count":18,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-05-17T00:27:58.378Z","etag":null,"topics":["anime","cli","cli-app","go","golang","open-source","opensource","tui","tui-app"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acgtools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-02T18:32:42.000Z","updated_at":"2024-03-18T14:41:34.000Z","dependencies_parsed_at":"2023-12-09T19:33:06.853Z","dependency_job_id":null,"html_url":"https://github.com/acgtools/trace-moe-go","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"95d6d2435c79b093aad8e0dbffbc0a70b23b34ba"},"previous_names":["acgtools/trace-moe-go"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/acgtools/trace-moe-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acgtools%2Ftrace-moe-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acgtools%2Ftrace-moe-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acgtools%2Ftrace-moe-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acgtools%2Ftrace-moe-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acgtools","download_url":"https://codeload.github.com/acgtools/trace-moe-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acgtools%2Ftrace-moe-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","cli","cli-app","go","golang","open-source","opensource","tui","tui-app"],"created_at":"2026-01-20T06:37:10.315Z","updated_at":"2026-01-20T06:37:10.374Z","avatar_url":"https://github.com/acgtools.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trace-moe-go\n\nEnglish | [简体中文](./README_ZH_CN.md)\n\nA TUI app for finding anime scenes by image using [trace.moe](https://trace.moe/) API.\n\nIf this repo is helpful to you, please consider giving it a star (o゜▽゜)o☆ . Thank you OwO. \n\n\u003e Random Wink OvO\n\n\u003c!-- If you want to deploy your own service for random waifu. Check: https://github.com/dreamjz/waifu-getter --\u003e\n\u003cimg src=\"https://waifu-getter.vercel.app/sfw?eps=wink\" /\u003e\n\n\u003cbr /\u003e\n\n\u003c!-- \n  If you want to use your own Moe-Counter\n  please refer to the tutorial \n  in its original repo: https://github.com/journey-ad/Moe-Counter\n  and deploy it to the Replit or Glitch\n--\u003e\n![](https://political-capable-roll.glitch.me/get/@acgtooltracemoego?theme=rule34)\n\n## Installation\n\n### Using `go`\n\n```sh\n$ go install -ldflags \"-s -w\" github.com/acgtools/trace-moe-go\n```\n\n### Download from releases\n\n[release page](https://github.com/acgtools/trace-moe-go/releases)\n\n## Quick Start\n\n```sh\n$ moe-go -h\nA TUI app for finding anime scene by image, using trace.moe api\n\nUsage:\n  moe-go [command]\n\nAvailable Commands:\n  file        search image by file\n  help        Help about any command\n\nFlags:\n  -h, --help      help for moe-go\n  -v, --version   version for moe-go\n\nUse \"moe-go [command] --help\" for more information about a command.\n```\n\n### Ensure your terminal charset is UTF-8\n\n#### Windows\n\n```cmd\n\u003e chcp\nActive code page: 65001\n\n# if code page is not 65001(utf-8), change it temporarily\n\u003e chcp 65001\n```\n\nIf you want to set the default charset, follow the steps:\n\n1. Start -\u003e Run -\u003e regedit\n2. Go to `[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Command Processor\\Autorun]`\n3. Change the value to `@chcp 65001\u003enul`\n\nIf `Autorun` is not present, you can add a `New String`.\n\nThis approach will auto-execute `@chcp 65001\u003enul` when `cmd` starts.\n\n#### Linux\n\n```sh\n$ echo $LANG\nen_US.UTF-8\n```\n\n### Find by image file\n\n```sh\n$ moe-go file \u003cimage file path\u003e\n```\n\nKeys:\n\n- `up`, `down`: move the cursor\n- `space` ,`enter`: select one result\n- `q`: quit program\n\n#### Example\n\n![gochiusa_rize](https://raw.githubusercontent.com/dreamjz/pics/main/pics/2023/202312042054552.jpg)\n\n![1](https://raw.githubusercontent.com/dreamjz/pics/main/pics/2023/202312042051978.gif)\n\n## Issue\n\nFeel free to create issues to report bugs or request new features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facgtools%2Ftrace-moe-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facgtools%2Ftrace-moe-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facgtools%2Ftrace-moe-go/lists"}