{"id":14976932,"url":"https://github.com/u-c-s/hurl","last_synced_at":"2025-05-16T08:06:27.355Z","repository":{"id":37762613,"uuid":"392569816","full_name":"U-C-S/Hurl","owner":"U-C-S","description":"Choose the browser on the click of a link","archived":false,"fork":false,"pushed_at":"2025-04-30T03:28:48.000Z","size":3262,"stargazers_count":361,"open_issues_count":35,"forks_count":15,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-16T04:36:45.010Z","etag":null,"topics":["browser-chooser","browser-extension","browser-tools","csharp","named-pipes","native-messaging","windows","winui3"],"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/U-C-S.png","metadata":{"files":{"readme":"Docs/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-04T06:05:39.000Z","updated_at":"2025-05-15T06:19:35.000Z","dependencies_parsed_at":"2023-02-16T13:16:18.015Z","dependency_job_id":"a985fd90-3c16-4109-aefe-a5b70fbb1f67","html_url":"https://github.com/U-C-S/Hurl","commit_stats":{"total_commits":600,"total_committers":6,"mean_commits":100.0,"dds":"0.31166666666666665","last_synced_commit":"a0dedeb646ff1f1a37f41a6f6a84ca09e4840358"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/U-C-S%2FHurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/U-C-S%2FHurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/U-C-S%2FHurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/U-C-S%2FHurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/U-C-S","download_url":"https://codeload.github.com/U-C-S/Hurl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"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","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":["browser-chooser","browser-extension","browser-tools","csharp","named-pipes","native-messaging","windows","winui3"],"created_at":"2024-09-24T13:54:41.986Z","updated_at":"2025-05-16T08:06:27.207Z","avatar_url":"https://github.com/U-C-S.png","language":"C#","readme":"# User settings\n\nWhen Hurl is lauched for the first time, it automatically detects the installed browsers and creates a _UserSettings.json_ file at `C:\\Users\\{USER}\\AppData\\Roaming\\Hurl` filling it with browsers it detected. A typical UserSettings.json file looks like this:\n\n```json\n{\n  \"LastUpdated\": \"22-Feb-22 2:22:22 AM\",\n  \"Version\": \"0.6.2\",\n  // \"AppSettings: {...},\n  \"Browsers\": [\n    {\n      \"Name\": \"Brave\",\n      \"ExePath\": \"C:\\\\Program Files\\\\BraveSoftware\\\\Brave-Browser\\\\Application\\\\brave.exe\",\n      \"Hidden\": false\n    },\n    {\n      \"Name\": \"Google Chrome Dev\",\n      \"ExePath\": \"C:\\\\Program Files\\\\Google\\\\Chrome Dev\\\\Application\\\\chrome.exe\",\n      \"AlternateLaunches\": [\n        {\n          \"ItemName\": \"Profile 1\",\n          \"LaunchArgs\": \"--profile-directory=\\\"Default\\\"\"\n        },\n        {\n          \"ItemName\": \"Incognito\",\n          \"LaunchArgs\": \"-incognito\"\n        }\n      ]\n    }\n  ]\n}\n```\n\n## App settings\n\nThe following snippet shows the default options:\n\n```json\n\"AppSettings\": {\n    \"LaunchUnderMouse\": false,\n    \"MinimizeOnFocusLoss\": true,\n    \"NoWhiteBorder\": false,\n    \"BackgroundType\": \"mica\",\n    \"RuleMatching\": false,\n    \"WindowSize\": [460,210]\n}\n```\n\n### Available options\n\n- `LaunchUnderMouse` default is **false**, can be used to launch the Hurl window under the mouse when enabled\n- `MinimizeOnFocusLoss` default is **true**\n- `NoWhiteBorder` set **true** or **false** to enable or disable the white border around the window\n- `BackgroundType` supports **mica**, **acrylic**, **none**\n  - Windows 11 22H2 or above supports all options\n  - Windows 11 build 22000 supports only mica\n  - Windows 10 default is **none** irrespective of option\n- `RuleMatching` default is **false**. On enabling, it supports the features from [Rulesets](https://github.com/U-C-S/Hurl/wiki/Rulesets)\n- `WindowSize` is to store the size of Hurl BrowserSelect window. You dont need to set this, it will be saved automatically when the window is resized.\n\n## Feature Documentation\n\n- [Browser Configuration](./Features/BrowserConfiguration.md)\n- [Rule Matching](./Features/RuleMatching.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu-c-s%2Fhurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fu-c-s%2Fhurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu-c-s%2Fhurl/lists"}