{"id":37111062,"url":"https://github.com/commonloon102/regexfilesearcher","last_synced_at":"2026-01-14T13:10:40.244Z","repository":{"id":52802196,"uuid":"244235790","full_name":"CommonLoon102/RegexFileSearcher","owner":"CommonLoon102","description":"Cross-platform regex file searching tool in .NET 5","archived":false,"fork":false,"pushed_at":"2024-09-03T21:04:31.000Z","size":509,"stargazers_count":19,"open_issues_count":2,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T10:19:32.132Z","etag":null,"topics":["cross-platform-gui","dotnet","eto","file-search","linux","net5","regex","regexes","regular-expressions"],"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/CommonLoon102.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}},"created_at":"2020-03-01T22:46:13.000Z","updated_at":"2025-05-07T22:06:33.000Z","dependencies_parsed_at":"2022-08-22T19:11:03.311Z","dependency_job_id":null,"html_url":"https://github.com/CommonLoon102/RegexFileSearcher","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/CommonLoon102/RegexFileSearcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonLoon102%2FRegexFileSearcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonLoon102%2FRegexFileSearcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonLoon102%2FRegexFileSearcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonLoon102%2FRegexFileSearcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CommonLoon102","download_url":"https://codeload.github.com/CommonLoon102/RegexFileSearcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonLoon102%2FRegexFileSearcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["cross-platform-gui","dotnet","eto","file-search","linux","net5","regex","regexes","regular-expressions"],"created_at":"2026-01-14T13:10:39.689Z","updated_at":"2026-01-14T13:10:40.237Z","avatar_url":"https://github.com/CommonLoon102.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"RegexFileSearcher\n=================\nCross-platform regex file searching tool in .NET 5.\n\n**Protip**: use the [RegexTestBench](https://github.com/CommonLoon102/RegexTestBench) to test your regexes before using them in this tool.\n\n![](https://github.com/CommonLoon102/RegexFileSearcher/blob/master/image/screenshot_windows.png?raw=true)\n\n![](https://github.com/CommonLoon102/RegexFileSearcher/blob/master/image/screenshot_linux.png?raw=true)\n\nRunning\n-------\n### Windows\n - Start the app with `RegexFileSearcher.Wpf.exe`\n### Linux\n - Start the app from the terminal with `./RegexFileSearcher.Gtk`\n### Mac\n - Complete compiling steps below, which will create the file `RegexFileSearcher/RegexFileSearcher.Mac/bin/Release/net5.0/osx-x64/osx-x64/RegexFileSearcher.Mac.app`\n - Start the app from the terminal with `open RegexFileSearcher/RegexFileSearcher.Mac/bin/Release/net5.0/osx-x64/osx-x64/RegexFileSearcher.Mac.app`\n - Start the app from Finder by double-clicking `RegexFileSearch.Mac` (the `.app` file extension will be hidden by default)\n\nCompiling\n---------\n### Windows\n - Download and open the repo in Visual Studio 2019\n - Publish `RegexFileSearcher.Wpf`\n### Linux\n - Install the .NET 5 SDK\n - You need to have GTK3 installed too\n - Git clone\n - Publish with `dotnet publish RegexFileSearcher/RegexFileSearcher.Gtk/RegexFileSearcher.Gtk.csproj --configuration Release --output publish --self-contained true -p:PublishSingleFile=true --runtime linux-x64 --framework net5.0`\n### Mac\n - Install Visual Studio 2019 for Mac\n - Git clone\n - Publish with `dotnet publish RegexFileSearcher/RegexFileSearcher.Mac/RegexFileSearcher.Mac.csproj --configuration Release --output publish --self-contained true -p:PublishSingleFile=true --runtime osx-x64 --framework net5.0`\n\n Debugging\n --------- \n### Windows\n - With `Visual Studio 2019 Community`\n   - Set `RegexFileSearcher.Wpf` as startup project\n - Or with `Visual Studio Code`\n### Linux\n - With `Visual Studio Code`\n\n`launch.json`:\n```json\n {\n    // Use IntelliSense to learn about possible attributes.\n    // Hover to view descriptions of existing attributes.\n    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387\n    \"version\": \"0.2.0\",\n    \"configurations\": [\n        {\n        \"name\": \"Debug on Linux\",\n        \"type\": \"coreclr\",\n        \"request\": \"launch\",\n        \"preLaunchTask\": \"build\",\n        \"program\": \"dotnet\",\n        \"args\": [\"${workspaceFolder}/RegexFileSearcher/RegexFileSearcher.Gtk/bin/Debug/net5.0/RegexFileSearcher.Gtk.dll\"],\n        \"cwd\": \"${workspaceFolder}\",\n        \"stopAtEntry\": false,\n        \"console\": \"internalConsole\"\n    }]\n}\n```\n`tasks.json`\n```json\n{\n    \"version\": \"2.0.0\",\n    \"tasks\": [\n        {\n            \"label\": \"build\",\n            \"command\": \"dotnet\",\n            \"type\": \"process\",\n            \"args\": [\n                \"build\",\n                \"${workspaceFolder}/RegexFileSearcher/RegexFileSearcher.Gtk/RegexFileSearcher.Gtk.csproj\",\n                \"/property:GenerateFullPaths=true\",\n                \"/consoleloggerparameters:NoSummary\"\n            ],\n            \"problemMatcher\": \"$msCompile\"\n        },\n        {\n            \"label\": \"publish\",\n            \"command\": \"dotnet\",\n            \"type\": \"process\",\n            \"args\": [\n                \"publish\",\n                \"${workspaceFolder}/RegexFileSearcher/RegexFileSearcher.Gtk/RegexFileSearcher.Gtk.csproj\",\n                \"/property:GenerateFullPaths=true\",\n                \"/consoleloggerparameters:NoSummary\"\n            ],\n            \"problemMatcher\": \"$msCompile\"\n        },\n        {\n            \"label\": \"watch\",\n            \"command\": \"dotnet\",\n            \"type\": \"process\",\n            \"args\": [\n                \"watch\",\n                \"run\",\n                \"${workspaceFolder}/RegexFileSearcher/RegexFileSearcher.Gtk/RegexFileSearcher.Gtk.csproj\",\n                \"/property:GenerateFullPaths=true\",\n                \"/consoleloggerparameters:NoSummary\"\n            ],\n            \"problemMatcher\": \"$msCompile\"\n        }\n    ]\n}\n```\n### Mac\n - With `Visual Studio 2019 for Mac`, I guess\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommonloon102%2Fregexfilesearcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommonloon102%2Fregexfilesearcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommonloon102%2Fregexfilesearcher/lists"}