Emacs: Reveal in macOS Finder (DWIM style)

from blog lmno.lol @alvaro, | ↗ original
Just the other day, Graham Voysey filed an escaping bug against dwim-shell-command. Once he verified the the fix, he also posted two uses of dwim-shell-command-on-marked-files. I've made some small tweaks, but here's the gist of it: (defun dwim-shell-commands-feh-marked-files () "View all marked files with feh." (interactive) ...