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

Interrupting a task with Ctrl+C ? #31

Open
warpdesign opened this issue Feb 26, 2016 · 4 comments
Open

Interrupting a task with Ctrl+C ? #31

warpdesign opened this issue Feb 26, 2016 · 4 comments
Labels

Comments

@warpdesign
Copy link

Is it possible to interrupt a running task with ctrl+c ?

@dthree
Copy link
Owner

dthree commented Feb 28, 2016

It should be. What happens currently? (and what terminal pgm are you using?)

@nfischer
Copy link
Collaborator

I tried this on my Ubuntu box:

cash $ cat /dev/zero

Several ^C's couldn't stop it. It froze up my machine, so I couldn't even issue an external kill command, so I had to reboot. ^C does the trick on Bash though.

@warpdesign
Copy link
Author

I tried grunt which started a server.

Several ^Cdid nothing at all while on a normal cmd prompt (on Windows 10) it allows me to stop the server.

Note that Ctrl+Breakwill be detected but will not only kill current running process but also kill cash (on Windows both shortcuts are supposed to kill current running process: CTRL+C and CTRL+BREAK Signals), returning to default CMD prompt.

@ntoscano
Copy link

Upvoting this issue.

Over all, good job guys! I'm excited to see where this goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants