You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to interrupt process execution in this way in acme do you know? When I try running ping google.com for example it will stream the output to a +Errors buffer but closing that buffer results in it immediately being reopened as more output comes in. The only way I can find to kill ping in this case is to pkill it 😕
Please describe the change / addition you'd like to see made
It would be very nice if
!
created the buffer immediately and started streaming the output to the buffer (e.g. for a longcargo build
run.)There should be a way to interrupt the process execution.
Is this a feature you have seen in other text editors?
Emacs: M-x shell-command cargo build &
Acme: Right-mouse-drag command to execute it
The text was updated successfully, but these errors were encountered: