In addition to apps, it can also launch system preferences, just like Alfred.
To use, type M-x helm-osx-app
.
- Emacs >= 25.1 for its builtin
seq
library
Folders containing applications. Defaults to ("/Applications" "~/Applications")
.
Folders containing system preferences. Defaults to
("/System/Library/PreferencePanes"
"/Library/PreferencePanes"
"~/Library/PreferencePanes")
Actions for helm-osx-app
. Defaults to
- Open
- Reveal file in Finder
The "Reveal file in Finder" action usess open -R
to reveal files.
However, if you've marked multiple candidates, "Reveal file in Finder" works for
only the last candidate. It seems a bug of Apple's open(1)
, the manual page
says
-R Reveals the file(s) in the Finder instead of opening them.
but
touch foo bar && open -R foo bar
reveals ONLY bar
.