{"id":30196235,"url":"https://github.com/guildofcalamity/csfind","last_synced_at":"2026-05-17T00:35:18.700Z","repository":{"id":308234926,"uuid":"1032102506","full_name":"GuildOfCalamity/csFind","owner":"GuildOfCalamity","description":"A grep-style parsing and searching utility.","archived":false,"fork":false,"pushed_at":"2025-08-04T20:11:30.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-04T22:56:37.422Z","etag":null,"topics":["csharp","dotnet","parsing","search","visual-studio"],"latest_commit_sha":null,"homepage":"","language":"C#","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/GuildOfCalamity.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,"zenodo":null}},"created_at":"2025-08-04T20:08:52.000Z","updated_at":"2025-08-04T20:13:10.000Z","dependencies_parsed_at":"2025-08-04T22:56:46.692Z","dependency_job_id":null,"html_url":"https://github.com/GuildOfCalamity/csFind","commit_stats":null,"previous_names":["guildofcalamity/csfind"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/GuildOfCalamity/csFind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FcsFind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FcsFind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FcsFind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FcsFind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuildOfCalamity","download_url":"https://codeload.github.com/GuildOfCalamity/csFind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FcsFind/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270183606,"owners_count":24541341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csharp","dotnet","parsing","search","visual-studio"],"created_at":"2025-08-13T05:17:12.920Z","updated_at":"2025-10-03T14:34:31.270Z","avatar_url":"https://github.com/GuildOfCalamity.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Icon](./AppIcon.ico)\r\n\r\n# csFind - Revision History\r\n\r\n## v1.0.0.0 - August, 2025\r\n**Dependencies**\r\n\r\n| Assembly | Version |\r\n| ---- | ---- |\r\n| .NET Framework | 4.0.30319 |\r\n\r\n- Initial release of **csFind** utility.\r\n    - This utility searches all `files` in the `drive` that contain a matching `term`\r\n    - Results are logged and output to the console\r\n    - This utility does not employ indexing\r\n- Optional command line arguments:\r\n    - Use `--term \u003cvalue\u003e` to specify a match term (text to search for inside files)\r\n        - You can specify multiple terms using multiple `--term` arguments\r\n    - Use `--drive \u003cvalue\u003e` to specify a drive term\r\n    - Use `--pattern \u003cvalue\u003e` to specify a file search pattern term\r\n    - Use `--threads \u003cvalue\u003e` to specify total thread count term\r\n    - Use `--percent \u003cvalue\u003e` to specify the amount of terms that need to be discovered for a positive hit\r\n    - Use `--locate` to enable file search mode (files will not be opened and parsed, only matched based on the given pattern)\r\n    - Use `--months \u003cvalue\u003e` to specify the age of interest when using locate mode\r\n        - Only files that have been modified within the last `\u003cvalue\u003e` months will be considered\r\n- Multi-threading mode:\r\n    - In the interest of time, up to 4 threads will be used during the search process.\r\n    - This can be adjusted using the `--threads \u003cvalue\u003e` command line argument.\r\n    - You don't want to go crazy with the thread count; in most cases throwing more threads at a problem does not make it better, e.g. using 50 threads may cause the process to finish slightly faster but will bring the client machine to its knees. 2 to 8 threads is adequate for most systems.\r\n\r\n\u003e Multi-term search mode (similar to Grep)\r\n\r\n```bash\r\n  csFind --drive d: --pattern *.log --percent 0.95 --term Banking --term Authorize --term Transaction\r\n  csFind --drive c:\\temp --pattern *.log --percent 0.7 --threads 8 --term ssdeep --term warning --term combination --term result\r\n```\r\n\r\n\u003e Locate mode examples (similar to Windows Explorer file search):\r\n\r\n```bash\r\n  csFind --locate --drive d: --pattern app.config --threads 8\r\n  csFind --locate --drive x:\\temp --pattern debug*.log --threads 2\r\n  csFind --locate --drive c: --pattern *guide.docx --threads 5 --months 24\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildofcalamity%2Fcsfind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguildofcalamity%2Fcsfind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildofcalamity%2Fcsfind/lists"}