Open jmtornetta opened 5 months ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 60 days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\nkeep-fresh
I came here for a similar reason.
The chrome bookmark loader will find all bookmarks across all profiles.
When a bookmark is matched to a non-default profile, it is currently launched with the default browser meaning saved cookies/credentials will not work.
Obviously, if the bookmark is found in EDGE, don't launch chrome.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 60 days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\nkeep-fresh
TLDR
Would love it if Flow could allow me to open a browser bookmark with the origin browser (Chrome) instead of my default browser (Brave).
Q/A for Feature request
Is your feature request related to a problem? Please describe. Kinda, sorta. But the problem is Windows not Flow :)
Describe the solution you'd like
Browser favorites are opened with the browser of origin versus default system browser.
Describe alternatives you've considered
Additional context
Flow makes searching and launching easier. The searching MUCH easier. But the launching is somewhat at the mercy of the OS's default file/program association.
Doesn't seem like Windows has a great way to easily define logic to open different files/links/folders with different programs based on patterns. It's possible with a batch script but that involves OS hijacking like overriding a whole bunch of file type associations manually with a script.
However, this opens up a larger question about if Flow could define a simple "pattern" => "program" association table or file to allow users to override Windows default program launch when there's a pattern (i.e. regexp) match.
This would, imho, fix a big issue with Windows that is not present w/ Linux distros.
Examples:
But, I could definitely be missing something easy. So if anyone has ideas that don't involve abandoning Windows for Linux or doing everything inside of WSL, I'm all ears :)