-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Run][Shell plugin] Add setting or action char to don't close command prompt after #3179
Comments
I think 99% of the time I run a command in the shell I want to see the output. This should be default. |
@jyuwono I think this should be a must have for v0.19. |
while i agree, this is how run prompt works |
Maybe we need different the two tools 'shell' and 'run'. |
I think the better way to view this is "we can do better than run prompt" Start menu also executes this command correctly |
That's new for me. Didn't know that. Thank you for that tipp. |
Currently, Whenever I want to see the output of a command like |
Yes, this is a good workaround, and a good argument for adding a special character to simulate the Also, if there is a new setting to choose the default behavior, the alternate character should do the opposite. For example, if I want to keep the shell open 99% of the time, like @olovsson, I'll choose the option Don't close the shell window after executing the command. Then the |
@crutkas |
I think we need to do it, since for some commands, not having this option means the command is useless when invoked from PT Run. @alannt777 please don't downvote a community upvote. |
@enricogior I downvoted him because he used a +1 comment instead of a reaction. |
@alannt777 |
this really needs the plug setting UX. I think it is a good setting |
@davidegiacometti Btw. the setting ( |
Not really sure.. I think this will need further investigation.
|
/dup #10259 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Summary of the new feature/enhancement
If I execute ipconfig via PowerToys Run
> ipconfig
the command window close itself directly after executing. But the ipconfig output has to stay open, so that I can read them.We need a setting and/or character to tell the shell plugin to not close the window after executing the command.
Proposed technical implementation details (optional)
Character
>> ipconfig
Setting
[ ] Don't close the shell window after executing the command
Requires #5273 to be done first.
The text was updated successfully, but these errors were encountered: