nixpulvis / oursh

Your comrade through the perilous world of UNIX.
http://nixpulvis.com/oursh/oursh
MIT License
67 stars 6 forks source link

Detach STDOUT/ERR from Terminal On SIGINT #44

Open nixpulvis opened 5 years ago

nixpulvis commented 5 years ago

I find it very irritating to "kill" (really sending SIGINT thanks to ctrl-c) a process, only to have it's output spewed in my face at a later time. Ideally oursh will have a way to capture output of many processes at once anyway, and multiplex them in some interface. Who knows! But at that time, we should really fix this UX issue with shells.