-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to open a specific Url In seperate browser directly #360
Comments
I support this feature request. For example, I get emails every day from several vendors. I don't want to go through URLchecker when I open the links in the email, just go straight to the browser. I imagine this could work like a pattern match in the hosts fille, or similar. |
Version 3.0 is almost there with the "Automations" feature. While you might not be able to specify the browser, the app should remember the last browser used for each URL and automatically open it in that browser directly. Example (Google)
I would love if we could actually define the browser/app that will be used to open the matched regex. Also, it would be nice to allow an array/list in the regex, like:
I understand you can adapt the regex to archive something similar, but things gets ugly pretty fast. |
I expect to add this for the next version. I didn't add it at the first iteration because I wanted to start simple (and avoid taking several more months!). This way you can also provide feedback and I can adapt.
With regex you can easily have this by just concatenating with |
I must say I find funny the coincidence. With a difference of just one day, the same feature, asked for similar reasons and using the same format, tucked away after a separator line. Anyway, there is the PR. |
Describe a related problem (optional)
Suppose i want to open https://website.com/* in one browser, url checker don't come thant much handy. Add module to pass the url checker and directly open link into my defined browser.
Describe your suggested feature
If I try to open specific links, it'll open it to my desired browser directly.
Describe alternatives you've considered for your suggested feature
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: