Hacker News new | ask | show | jobs
by tux 1274 days ago
I for one agree with pleb_nz, its kind of like replacing CLI with GUI. Thank you, but no thanks! To me writing custom bash script or "kill -9 $(lsof -t /dev/nvidia0)" is much better than typing "do kill the process which is locking up my GPU". Plus what if you want ot pass additional arguments to kill or lsof? Once you master CLI you'll never go back, at least that true for me. I'm actually tyring to replace more software that I use with CLI not go back to GUI. I'm even considering making terminal based websites of my projects as an option. So everyone can access them with lynx and similar.