| ▲ | tptacek 15 hours ago | |||||||
I have been using Emacs since 1994 (Lucid!) and I still don't understand Dired. | ||||||||
| ▲ | kickingvegas 12 hours ago | parent | next [-] | |||||||
NGL, I find the Dired UX out of the box to be frustrating given its reliance on remembering key bindings, so much so that I ended up writing both a Transient menu and a context menu for it, both available in the Casual and Anju packages on MELPA, respectively. If interested, you can read more about them in the following links: https://kickingvegas.github.io/casual/Dired-Usage.html https://kickingvegas.github.io/anju/Dired-Mode-Context-Menu.... | ||||||||
| ▲ | dired_fan an hour ago | parent | prev | next [-] | |||||||
Like you, I've been using emacs (gnu) for decades, and dired is my directory/file manipulation tool, for both linux and windows. I never see a desktop with files/folders or anything like that, it's dired for everything. For example: Just a few minutes ago, in a directory with lots of PDFs, I did: - wdired to rename pdfs to a consistent convention. Did this with the awesome multiple-cursors package, then interactively spell-checked and corrected my renamed pdfs. All within writeable dired :-) - delete several non-pdf files - mark several possible duplicate files and dired-do-shell-command with sha512sum - move several pdfs to another directory (split window and open target dir, mark files to move, one-button move using dired-dwim-target. - mark several pdfs and open with reader app Obviously that's all do-able with a shell or traditional file manager GUI, but dired was a total win here. Multiply that win by a hundred times per week, and that's a quality of life enhancement. | ||||||||
| ▲ | yxhuvud 10 hours ago | parent | prev | next [-] | |||||||
It has a million features I don't use. But some features are really, really nice, like C-q for editing file names (C-x-s to persist changes once done). Rectangle editing is so, so nice to have when renaming multiple files. | ||||||||
| ||||||||
| ▲ | amszmidt 13 hours ago | parent | prev | next [-] | |||||||
Fun fact. DIRED pre-dates EMACS. DIRED on ITS is also similar enough to today’s DIRED. | ||||||||
| ▲ | m463 4 hours ago | parent | prev | next [-] | |||||||
I think 's' is sort. More seriously, what I would like to do is ediff files (only the differences) in two directories (have the changed files together one line after the other) or, ediff two arbitrary lists of files and have them show up in ediff. | ||||||||
| ▲ | unlogic 13 hours ago | parent | prev | next [-] | |||||||
Check out sunrise-commander, it is Dired reskinned as a dual-paner. Love how convenient it is to have a powerful integrated file manager. | ||||||||
| ||||||||
| ▲ | rpdillon 4 hours ago | parent | prev | next [-] | |||||||
wdired is still magic to me. Use it almost every day. | ||||||||
| ▲ | rirze 15 hours ago | parent | prev | next [-] | |||||||
Try it out! It has its own learning curve, but it's convenient to use in quick and dirty situations. | ||||||||
| ||||||||
| ▲ | fridder 5 hours ago | parent | prev [-] | |||||||
dirvish is nice | ||||||||