Y
Hacker News
new
|
ask
|
show
|
jobs
by
bobbiechen
2326 days ago
I'm a fan of Steam Locomotive personally -
https://github.com/mtoyoda/sl
2 comments
shric
2326 days ago
Yeah, the best part is it blocks control-c so you have to sit through the whole thing or until you figure out control-z.
https://github.com/mtoyoda/sl/blob/master/sl.c#L93
link
JoshTriplett
2326 days ago
Or Ctrl-\ (SIGQUIT), which most software doesn't block.
There's also
https://github.com/rwos/gti
link
haldora
2326 days ago
Hahaha. That is glorious. Thanks for sharing!
link
https://github.com/mtoyoda/sl/blob/master/sl.c#L93