-
-
Notifications
You must be signed in to change notification settings - Fork 55
Conversation
Thanks for this; I haven't updated my Desktop yet, so hadn't been able to test it. Is the reason for these changes simply to allow using Eg., can't you just do this:
and not need any code changes? |
I made a few tests before starting Visual Studio/forking. |
Sorry, I didn't see the colon in your command, I thought you were just launching I guess it does need special handling; but maybe it can be done more generically, like a dictionary for aliases and a format string for the command?
I don't know if there would be any other browsers that need special handling like this, I wonder if this is some new plan from MS to use protocol handlers for things (this might allow hyperlinks in one browser to target another, like the handling of |
No problem. Indeed I could have started my message with stating that Edge is 'weird' :-) |
Something like:
? |
I was asking about the configuration in the INI file. Would this be fine for you?
The code you suggest seems fine and like that it should work. |
Sorry, I understand what you mean now. I think that would be fine, or even |
I've updated the pull request with this change. Hope it's alright now.
But this would break existing configurations. |
This all looks fine to me. I like your last idea too (we could assume " {0}" on the end if the user didn't provide it in the console), but it would slightly complicate things because of spaces needing quoting. I'll build and upload a new binary with these changes when I get a moment on the desktop. Thanks! |
Well thank you Danny for this great idea. Your application fixes a very long time problem for me and certainly a lot of others too. |
ConfigService: Fix missing default case for [urls] section
BrowserSelector made my life a lot easier but I needed it to support Microsoft Edge so here's a pull request in case you're interested in this change.