Emacs: macOS sharing (DWIM style)

from blog lmno.lol @alvaro, | ↗ original
UPDATE: See an improved implementation here. A few days ago, I wrote dwim-shell-commands-macos-reveal-in-finder. While I've written a bunch of other dwim-shell-commands, what set this case apart was the use of Swift to glue an Emacs workflow. (defun dwim-shell-commands-macos-reveal-in-finder () "Reveal selected files in macOS Finder." ...