finicky
finicky copied to clipboard
A macOS app for customizing which browser to start
**Describe the bug** After being open for a little bit clicking on links fails and raises the following error window A clear and concise description of what the bug is....
**Describe the bug** When developing React Native apps, the debugger is not correctly loading in the browser **Your configuration** Machine: MacBook Air (M1, 2020) OS: macOS Monterey version 12.4 Xcode:...
**Feature Request** Support Chromium profiles. It seems that finicky does not properly access profiles for Chromium. Chromium is always opens with the latest profile used. **Observed Problem** Despite the config-file...
I want to put a number of helper functions in a separate file (see https://github.com/johnste/finicky/issues/261) including a base64 decoding function (see https://github.com/johnste/finicky/issues/223) so that I can decode and rewrite click...
I created config file and saved in my home directory, finicky is my default browser on macos. I can reload config file successfully with no syntax error, however certain links...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
**Have you tried creating configuration for this application?** I added this handler but bundleId, name and path are all returning null. I would like "open" command to launch URLs in...
@johnste Hello I posted this as a discussion question, but no one can tell me if it's possible. Copying here for more visibility. I don't know exactly what the terminology...
**Is your feature request related to a problem? Please describe.** Many mailing systems like sendgrid use their own link trackers like these: `https://u3302489.ct.sendgrid.net/ls/click...` these links bypass Finicky and get sent...
**Describe the solution you'd like** - add an additional option to config, that can change app icon by icon path - in-app use something like `NSApplication.SharedApplication.ApplicationIconImage = ` Can resolve...