Skip to content

Create GoTo shortcut to open a folder/url or Edge website application #280

Closed Answered by Enn83
Enn83 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, I just found the answer, it was too simple to be easy/natural 🤣 ..

item(title='GitLab Software' image="E:\\Autre\\Icônes\\gitlab.ico" cmd='<your_url_here>') 
# Open URL in default navigator !

item(title='Folder' image=\uE1F4 cmd='<your_path_here>')
# Open new explorer windows in this folder

I also find how to launch Edge website installed as applications :

item(title='App Name' image="E:\\Autre\\Icônes\\icon.ico" cmd='@sys.prog32\\Microsoft\\Edge Dev\\Application\\msedge_proxy.exe' args='--profile-directory=Default --app-id=<random_string> --app-url=https://url/index.jsp --app-launch-source=4')

The command line is copied from the shortcut created by Edge when creating a website…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Enn83
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants