finicky icon indicating copy to clipboard operation
finicky copied to clipboard

[Question] Is it possible to open Chrome when I klick in Safari on a link? E.g. foo.bar.de

Open myzinsky opened this issue 4 years ago • 3 comments

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 :(

myzinsky avatar Dec 03 '21 22:12 myzinsky

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

johnste avatar Dec 05 '21 17:12 johnste

StopTheMadness gives you a chance to Open Link with Finicky in the context menu.

vangquan avatar Jan 04 '22 23:01 vangquan

I believe this might be possible to achieve with Keyboard Maestro macros

krzemian avatar Jan 08 '22 15:01 krzemian