finicky
finicky copied to clipboard
Add support for specifying a command in browser configurations
- Introduce a new
commandoption inBrowserOptsto allow specifying a custom command to open URLs. - Update
AppDescriptorand relevant methods to handle the newcommandtype. - Modify the
getBrowserCommandfunction to prioritizecommandover app paths and bundle IDs. - Update configuration schema validations to include the new
commandattribute. - Add logging for URLs, bundle IDs, and app paths for better debugging.
- Bump
CFBundleVersionfrom 319 to 336 inInfo.plist.
This looks interesting! I'm about half way through a rewrite of Finicky, and I'll have a closer look at this in a bit.