Hacker News new | ask | show | jobs
by lordkrandel 36 days ago
I was a fan, until I found in developing them, the same friction of a frontend developer. All of a sudden, I realized that the command line is already the TUI I want. Commands can be piped, while graphic interaction cannot. Now I rely on standard input and standard output, and `fzf` for all the rest.
1 comments

I agree. That's why I don't use `mc` I find `cp *.pdf ~/Documents` much more egonomic