question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[feature request] Add workflows feature

See original GitHub issue

As 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:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
oliverschwendenercommented, Aug 13, 2019

This is included in the newest v8.0.0 release.

1reaction
oliverschwendenercommented, Jan 21, 2019

Will look into it as soon as possible!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Manage Feature Requests [Template included]
This guide will teach you everything about feature requests – how to process them, manage them, respond to them, prioritize them – so...
Read more >
Feature Requests: What are they and how to manage them
Feature requests are a form of product feedback you may frequently encounter as a SaaS product manager. They typically come in the form...
Read more >
Feature Request Handling: How a SaaS Company Obsessed ...
A feature request is a specific type of product feedback that SaaS product managers have to deal with. They are basically recommendations, comments,...
Read more >
How to Manage Product Feature Requests – 6 Best Practices
How to Manage Product Feature Requests – 6 Best Practices · 1. Bug reports. · 2. Product improvement requests · 3. New product...
Read more >
3 ways to manage software feature request - Amoeboids
The best way to keep feature requests in one place is to set up a centralized repository. Whether a feature request is received...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found