John Sterling

Results 64 comments of John Sterling

You had some syntax errors in your config, see if this works better. Regular expressions can be tricky to get right. Try this ``` module.exports = { defaultBrowser: "Safari", handlers:...

If someone wants to try I'm all for it. I have very little time to work on Finicky right now and the next couple of months probably, which is why...

Hello @paoloboschini. Sorry for not responding earlier, I missed this issue. Finicky supports both matching on regular expression as well as wild card strings. To use regular expressions you need...

Hm, I don't think this is happening. I would rather have this handled in explicit rules. Changing protocols feels like a very specific thing to add. If I wanted to...

Sounds like you're opening a Slack-specific url with a slack protocol, or similar. Finicky can't help there, it is only able to intersect when the default browser normally would've triggered.

You could try something like this to see when the handler is being matched! ```js module.exports = { defaultBrowser: { name: "Google Chrome", profile: "Profile 2", }, handlers: [ {...

Yeah I agree. Will consider when I update the preferences window next.

Thanks for the thorough report!

Hm maybe I could take a second look at the command line invocation use case On Mon, Feb 1, 2021, 21:26 strannik19 wrote: > Thanks for the quick update to...