Hacker News new | ask | show | jobs
by kickingvegas 301 days ago
Nostalgia no more! Midnight Commander/4DOS style file management can be achieved with Emacs Dired today and then some.

https://www.gnu.org/software/emacs/manual/html_node/emacs/Di...

For your consideration, I built a keyboard-driven menu interface for Dired called Casual to help with discovery. https://kickingvegas.github.io/casual/Dired.html

1 comments

In my opinion Dired is the best way to rename files bar none (wdired-mode)...
I'd say this ain't an opinion - it's a fact. Where else can you rename a bunch of items in your directory tree, recursively, using all the features of your editor - multiple cursors, keyboard macros, spellchecking, etc.?

There just doesn't exist another piece of software (go ahead, prove me wrong) where you can edit your filesystem like a wiki page.

Oh, you know what? I stand corrected - turns out, yazi and oil in neovim actually can do something similar. TIL.