[feature request] Add workflows feature
See original GitHub issueAs a user, I like the option to build my own workflow, for example, every working morning i open the same programs ([“vs code”, “visual studio”, “git-fork” … ]) , a nice feature could be to add the ability to config in the ueli.config.json a list of workflows that run a list of command callable via ueli
maybe something like this 😄 in the .json
"workfolows": [ { "name": "work", "actions": [ { "url": "path\\to\\vs code", "type": "program" }, { "url": "path\\to\\git-fork", "type": "program" }, { "url": "path\\to\\insomnia", "type": "program" }, { "url": "https://www.reddit.com/r/webdev", "type": "link" } ] }, { "name": "home", "actions": [ { "url": "https://www.youtube.com/", "type": "link" }, { "url": "https://www.netflix.com/", "type": "link" } ] } ]
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:5 (3 by maintainers)

Top Related StackOverflow Question
This is included in the newest v8.0.0 release.
Will look into it as soon as possible!