Skip to content
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

Input command while process is running #798

Open
shaulgo opened this issue Mar 9, 2022 · 2 comments
Open

Input command while process is running #798

shaulgo opened this issue Mar 9, 2022 · 2 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@shaulgo
Copy link

shaulgo commented Mar 9, 2022

Describe the solution you'd like?

When running a long process I want to be able to add commands to the que and see them. 
For example, while running `npm i`, I decided enter `npm run build`. So that it will run right after.

1. I want to see the next command I entered.
2. Further improvement, would allow me to also edit/cancel a command from the que.

Is your feature request related to a problem? Please describe.

No response

Additional context

No response

@elviskahoro
Copy link

@shaulgo - Thanks for opening this. Can you send a video of what Warp does for you?

@shaulgo
Copy link
Author

shaulgo commented Nov 13, 2022

hey, sorry for the delay.
In the attached video you can see:

  1. find . is running for a couple of seconds.
  2. While find . is running user enters the command ll and enter.
  3. When find . is done ll starter running.

This is exactly how other terminals work. But it can be improved upon with several features.

  1. I would like to see the command I entered (the terminal doesn't show the commands that where entered during the run of the last command).
  2. This would probably be harder. And maybe not worth the effort. But more control of this would also be nice in some instances. For example the ability to cancel the running process or one of the queued processes. (Currently if I ctrl+c, it will cancel all).

By the way, when I started using Warp it was a marginal improvement. But now it's becoming so much better. For years I didn't understand why terminals where not moving in this direction. So much fun to see it improve.
It has become so much better than all other terminals

Thanks :)

warp.mov

@warpdotdev-devx warpdotdev-devx bot added the Bugs Bugs, Hangs, Crash, and Freezes label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

2 participants