Flow.Launcher
Flow.Launcher copied to clipboard
[Shell Plugin] Extra command to not close cmd window after command execution
Is your feature request related to a problem? Please describe.
Right now you if you want to execute a command without the window closing, you have to go into the shell plugin's settings and select the checkbox for not closing the window after command execution.
Describe the solution you'd like It would be nice if you could add an option for an additional action keyword so that you can execute the command without closing the window after execution.
That way you can just type for eg. >! "command" and not have the cmd window close after execution
Describe alternatives you've considered The alternative right now is to not use the flow launcher and open command prompt manually. As changing the setting for just a one time use is annoying as you have to change it back after you use it once.
Additional context This would add an additional reason to use the flow launcher instead of manually running cmd.
@qianlifeng @taooceros @Garulf Would this be possible?
It is possible.
Would you guys consider implementing this?
I just saw it. I think it is a quite reasonable approach since sometimes we want to automatically close but sometimes we don't want. Also it shall not be hard to implement. Though currently our focus is on other things, so it may be delayed a bit. If you would like to implement it yourself and fire a pr, that would be even better.
I'm a power user, not a programmer... Otherwise I would have done it myself. I'll wait for this to be implemented. Don't mind the delay.
Thanks
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Typing cmd /k <command here> will allow your window to stay open after execution.
@Garulf Thanks for the tip. That works for me.
Closing as my problem is solved.