NikitaIvanovV / ictree

Like tree but interactive
https://nikitaivanovv.github.io/ictree/
GNU General Public License v3.0
147 stars 7 forks source link

Can't exit via Ctrl + C #15

Closed dufferzafar closed 2 years ago

dufferzafar commented 2 years ago

Run ictree without piping any input. There's no way to exit it now. I guess it's trying to read some input?

Only thing that works is sending Ctrl + \ which sends SIGKILL.

grep and other tools respect Ctrl + C when ran without any files etc.

NikitaIvanovV commented 2 years ago

Thanks!