edge-launcher icon indicating copy to clipboard operation
edge-launcher copied to clipboard

A simple command line exe to launch Microsoft Edge at a URL.

Results 8 edge-launcher issues
Sort by recently updated
recently updated
newest added

When providing a URL and the `-k` flag, in some cases Edge will stay at example.com instead of switching the tab to the given URL. It seems like this could...

Not sure if I'm missing something... The readme.md mentions a -k parameter that the binary doesn't support. There's only a single release visible, 1.0.0. The code is currently 1.2.0 (which...

There's a fantastic application that creates Chrome-based SSBs for macOS called [Epichrome](https://github.com/dmarmor/epichrome). Frankly neither I nor anyone on our team could now live without Epichrome Chrome instances as it greatly...

example.com is not resolving DNS, which is causing Edge not to discover the tab. Fixes #23 @nickmccurdy suggests on the issue a deeper fix by not using a temporary URL,...

We currently have `start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge` that will start a new instance of edge and use an `start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge <some url>` that will use existing instance of edge if present to...

A problem that I currently have is that I use Edge as an actual browser, and using this utility causes a new tab to pop in existing windows with no...

I find the `-k` option very useful in automated testing, though it can be inconvenient that it leaves the browser open after the calling process is killed. Would it be...

So far, the extension, with @jckleinbourg's changes (https://github.com/MicrosoftEdge/MicrosoftEdgeLauncher/issues/5) is near perfect; it would be nicer though to also have the command-line not flash during the transition between the launcher and...