v0.8.0-alpha : Rules and Keys #69
Replies: 6 comments 6 replies
-
Adding new rule can be done from UI by clicking You can add new rules into
Sample Json file for more advanced editing.... {
"Browsers": [
{
"Name": "Firefox Nightly",
"ExePath": "C:\\Program Files\\Firefox Nightly\\firefox.exe"
},
{
"Name": "Google Chrome Dev",
"ExePath": "C:\\Program Files\\Google\\Chrome Dev\\Application\\chrome.exe"
}
],
"AutoRoutingRules": [
{
"Rules": ["g$*.google.com*"],
"BrowserName": "Google Chrome Dev"
},
{
"Rules": ["https://github.com/u-c-s", "r$.*open\\.spotify\\.com.*"],
"BrowserName": "Firefox Nightly"
}
]
} Rule Check Mode
|
Beta Was this translation helpful? Give feedback.
-
Thanks for this. Any chance there's a JSON Schema for the settings? |
Beta Was this translation helpful? Give feedback.
-
KNOWN Issues: (will be fixed in stable version)
|
Beta Was this translation helpful? Give feedback.
-
I can move this to issues if needed, but replacing my exe breaks hurl. It simply doesn't appear (including no sys tray presence), and while I do sometimes see it initially in task manager etc, I notice that after some time (haven't tracked), I no longer see any processes running there either. |
Beta Was this translation helpful? Give feedback.
-
I'm just trying to get a simple rule working. I just want all URLs with the format "domain.com" to go to Vivaldi. I did have to manually add Vivadli to the UserSettings.json file, but I can't get a simple rule to work. Here's what I have:
But it only opens in the default browser and not Vivaldi. And I have restarted and reloaded Hurl. |
Beta Was this translation helpful? Give feedback.
-
I ended up just asking ChatGPT for the right regex, and it's now working.
|
Beta Was this translation helpful? Give feedback.
-
This is a tough one from user-experience POV, I did what I thought was best as I did dogfooding and ideas from discussion in the linked isssues. "Hurl Settings" is not available yet with this alpha release.
Feature Updates
DisableAcrylic
andBackgroundRGB
setting optionsUseWhiteBorder
toNoWhiteBorder
Development Updates
Please provide any feedback in the discussion thread for this release. Stable release can be expected by the end of April.
There's no installer provided with this alpha release. Copy the exe file into the hurl installed location (default at
C:\Program Files (x86)\Hurl
Full Changelog: v0.7.1...v0.8.0-alpha
This discussion was created from the release v0.8.0-alpha : Rules and Keys.
Beta Was this translation helpful? Give feedback.
All reactions