{"id":18244080,"url":"https://github.com/jjling2011/textsearcher","last_synced_at":"2026-04-28T11:02:01.232Z","repository":{"id":202915355,"uuid":"708410379","full_name":"jjling2011/TextSearcher","owner":"jjling2011","description":"Text content full text searcher. 文本全文搜索小工具","archived":false,"fork":false,"pushed_at":"2023-12-15T03:33:32.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T18:37:12.652Z","etag":null,"topics":["dotnet45","search","sqlite","text"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jjling2011.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-22T13:40:18.000Z","updated_at":"2023-10-31T06:11:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"797c2dcc-66cd-4b20-99f1-b6ada6de39a3","html_url":"https://github.com/jjling2011/TextSearcher","commit_stats":null,"previous_names":["jjling2011/textsearcher"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jjling2011/TextSearcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjling2011%2FTextSearcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjling2011%2FTextSearcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjling2011%2FTextSearcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjling2011%2FTextSearcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjling2011","download_url":"https://codeload.github.com/jjling2011/TextSearcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjling2011%2FTextSearcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["dotnet45","search","sqlite","text"],"created_at":"2024-11-05T09:15:24.758Z","updated_at":"2026-04-28T11:02:01.203Z","avatar_url":"https://github.com/jjling2011.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"### TextSearcher\n文本内容搜索器\n\n### 这个软件要解决的问题\n虽然现在很多文本内容搜索软件内部调用搜索引擎，秒出搜索结果。\n但是搜索引擎会对文本内容进行分词，比如“红苹果”这个词会分成“红”和“苹果”，所以搜索“红苹”就搜不到。\nTextSearcher反其道而行，不分词不用搜索引擎，采用最原始的字符串查找算法。\n所以不会出现上面的问题，但是代价就是搜得很慢。\nTextSearcher的数据库会把文件内容复制一份，如果文本文件比较大就会占用很多硬盘空间。\n所以这个软件只适用于搜索包含小文本文件的目录。  \n\n### 下载\n[https://github.com/jjling2011/TextSearcher/releases](https://github.com/jjling2011/TextSearcher/releases)  \n\n### 用法\n先在主界面点Edit-\u003eConfigs打工开设置窗口，然后点下面的Add按钮。  \n![formconfigs.png](https://raw.githubusercontent.com/jjling2011/TextSearcher/main/imgs/formconfigs.png)  \n设置窗口中Extensions设定搜索的文件后缀，用空格分隔多个后缀。  \nScan表示Update DB的时候扫描这个目录。  \nSearch表示搜索的时候包含这个目录。  \n  \n然后在主界面点File-\u003eUpdate DB刷新数据库。  \n![formmain.png](https://raw.githubusercontent.com/jjling2011/TextSearcher/main/imgs/formmain.png)  \n输入关键词然后按回车搜索。双击不同列有不同效果。  \n * Filename 打开文件\n * Path 打开目录\n * Content 弹出消息窗口\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjling2011%2Ftextsearcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjling2011%2Ftextsearcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjling2011%2Ftextsearcher/lists"}