Junction
Junction copied to clipboard
Domain Specific Applications Possible?
I would like Junction to provide FreeTube as an app to open YouTube urls and only YouTube urls. Would there be a way to get Junction to recognize FreeTube as such? Whether that be through something is Junction or in the system MIME database. Currently it registers itself as a handler of the MIME type x-scheme-handler/freetube, idk if that helps.
Thank you for your time.
https://github.com/sonnyp/Junction/issues/66 - I think it would be great but we need someone to take the lead here :)
We could also hardcode some well known special rules for popular things like jitsi and freetube.
if we encounter a youtube url and freetube is installed we offer it as an option in addition to browsers If we encounter a jitsi / 8x8 url and jitsi meet is installed we offer it as an option in addition to browsers
But to make it persistent we will need https://github.com/sonnyp/Junction/issues/5
Jumping in here, I use Choosy when using mac and it allows a rule to open a specific url pattern in a specific brwoser: e.g. I'll open dev.azure.com in edge for work, otherwise use firefox.
Could we perhaps start with a simple YAML file that lists regex patterns and default application for that entry?
I might be able to have a crack at it, depending if there's something of a consensus on the approach.