justinhj's profile picture

Functional[Justin]

Principal Software Engineer. Streaming data at scale. Generative AI. Functional Programming. Neovim. Emacs.

  • All Posts
  • Popular Posts
  • YouTube Channel
  • Speaking Events
  • Privacy

Posts about 'Dired'

  • Jun 6, 2011

    More on duplicate file handling in emacs dired

    I had some good feedback on my last post, that it would be useful to be leave just the superfluous duplicate files marked in the dired buffer. After doing that...

    emacs dired
  • Jun 2, 2011

    Finding duplicate files in a dired buffer

    picture by Donald MacLeodThis is a an example of programming emacs in emacs-lisp just to give an idea of what you can put together in an hour or two. I...

    emacs dired emacs-lisp
  • Apr 15, 2009

    Running an elisp function on each marked file in a dired buffer

    Chain Tool by FlorianĀ If you have some function, say some custom refactoring operation, you can call it from a dired buffer, and have it run on each marked file, using...

    emacs dired emacs-lisp