Skip to content

xuchunyang/helm-osx-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launch macOS apps with Helm

Build Status

In addition to apps, it can also launch system preferences, just like Alfred.

use helm-osx-app to launch iterm

To use, type M-x helm-osx-app.

Requirement

  • Emacs >= 25.1 for its builtin seq library

Customization

helm-osx-app-app-folders

Folders containing applications. Defaults to ("/Applications" "~/Applications").

helm-osx-app-pref-folders

Folders containing system preferences. Defaults to

("/System/Library/PreferencePanes"
 "/Library/PreferencePanes"
 "~/Library/PreferencePanes")

helm-osx-app-actions

Actions for helm-osx-app. Defaults to

  • Open
  • Reveal file in Finder

A bug with open -R?

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.

Alternative

About

Launch macOS apps with Helm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published