finicky
finicky copied to clipboard
[Question] Is it possible to open Chrome when I klick in Safari on a link? E.g. foo.bar.de
Is it possible to open Chrome when I klick in Safari on a link? E.g. foo.bar.de
module.exports = {
defaultBrowser: "Safari",
handlers: [
{
match: [
"foo.bar.de*", // match google.com urls
],
browser: "Google Chrome"
}
]
}
With this config apparently it does not work :(
Sorry no, Finicky will only be able to run when a link would open a new browser instance, from a separate application.
There is some work into creating browser extensions that would help to support this but I don't have the time to work on it https://github.com/johnste/finicky/pull/185
StopTheMadness gives you a chance to Open Link with Finicky in the context menu.
I believe this might be possible to achieve with Keyboard Maestro macros