find application path by name (OS X)


Keywords
app find
License
Other
Install
pip install app-find==0.0.20

Documentation

find application path by name (OS X)

bash OS X PyPI PyPI

Deprecated

important: repo deprecated

Install

[sudo] pip install app-find

Features

  • find in /Applications, ~/Applications, /System/Library/CoreServices
  • case insensitive
  • symlink support (brewcask), readlink

Examples

$ app-find Mail
/Applications/Mail.app

$ app-find Finder
/System/Library/CoreServices/Finder.app

# brewcask, /opt/homebrew-cask/... linked to ~/Applications
$ app-find 'Google Chrome'
/opt/homebrew-cask/Caskroom/google-chrome/latest/Google Chrome.app

Feedback GitHub followers GitHub issues