Hacker News new | ask | show | jobs
by satai 1890 days ago
For some strange reason I have a GUI (nautilus), TUI (mc) and CLI (fish) at my disposal... but I do lots of file manipulation at CLI. Nothing will ever beat `massren` with the power of `vim`.

(But no kidding: somethings feels CLI very natural, sometimes feels GUI more natural for me.)

1 comments

FWIW, `massren` + vim (or dired in Emacs) is TUI, not CLI. GP's point absolutely applies to pure CLI - operating on files by directly invoking mv, cp, ln, etc.