BrowseRouter
BrowseRouter copied to clipboard
In Windows, launch a different browser depending on the url
## Setup New install of BrowseRouter v0.6.0 Win11 23H2 ## Config I modified the config file by commenting out the `ff` browser, as I don't have it installed: ```ini [browsers]...
Fixed various inconsistencies and code styles, removing all warnings my IDE was having a hard time with.
How to prevent BrowseRouter from polluting the disk with logs? Obviously, we need an option.

Add a UI
This is more a post than an issue, but there was nowhere else relevant to post it. I have created a very useful chain of apps which now serves as...
_This isn't a pull request (yet) but a question since the issue tracker is disabled for this project._ I had originally forked BrowserSelector with the main added feature being [URL...
In 0.4.0, I used the `{url}` replacement feature to pass the URL via a specific parameter: ``` [browsers] my_firefox_container = "C:\Program Files\Mozilla Firefox\firefox.exe" ext+container:name=my-container&url={url} [urls] forms.gle = my_firefox_container ``` This...
Using BrowseRouter 0.6.0.0. In Windows Explorer, if I double-click a `html` file that has spaces in the name:  Then BrowseRouter opens a tab in Firefox for each word in...
> Providing package manager support for BrowseRouter on Windows can simplify installation and update processes. Packaging BrowseRouter for Winget, Chocolatey, and Scoop will not only streamline user access but also...
I'm sorry I didn't actually try the software after reading the config where it seems it only supports a single config per machine. What about multi user support where every...