Replies: 2 comments 1 reply
-
Hey @yoda65 , thanks for reaching out. I use KeepassXC every day, in combination with BrowseRouter. It's a powerful combination! If there is no match for a URL, the app falls back to the catch-all URL. If there is no catch-all URL in Example: [browsers]
ff = C:\Program Files\Mozilla Firefox\firefox.exe
edge = C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
[urls]
youtube.com = edge
;* = ff ; implied Tested just now: PS C:\Program Files\BrowseRouter> .\BrowseRouter.exe youtube.com # opens in Edge
PS C:\Program Files\BrowseRouter> .\BrowseRouter.exe github.com # opens in FireFox Log file:
If the problem persists, can you provide a minimal config.ini? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hey @yoda65 , The current release is older than the tip of master. That might explain the binary mismatch. But I make no effort to prove the authenticity of builds. There's no CI currently and no signing. If you need zero-trust, best to build BrowseRouter yourself, as you're doing. Publishing with VS 2022 on Win10 is one supported way. It's quite possible there is a regression on the master branch. I will have a look ASAP. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
if no URL match is found in [Urls] section, the URL does not launch.
(log message : 01/10/2023 20:56:08 BrowseRouter: Unable to find a browser matching "my Url")
How to set the default browser to use if no URL (chrome for example) match is found?
The way I found is to set '*=chrome' at the end of the [URLs] section. This seems to work.
Is there another method?
I am looking at your software to complete a lack of keepassXC software (opensource password manager) which does not allow to choose a specific browser for an entry.
Regards
Beta Was this translation helpful? Give feedback.
All reactions