https://github.com/andrewpetrochenkov/mac-app-path
:apple: :open_file_folder: find macOS app path
https://github.com/andrewpetrochenkov/mac-app-path
cli macos
Last synced: 2 months ago
JSON representation
:apple: :open_file_folder: find macOS app path
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/mac-app-path
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-04-14T12:40:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T21:05:35.000Z (over 5 years ago)
- Last Synced: 2026-02-18T19:37:24.137Z (5 months ago)
- Topics: cli, macos
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/mac-app-path/)
[](https://www.npmjs.com/package/mac-app-path)[](https://unlicense.org/)
[](https://github.com/andrewp-as-is/mac-app-path/actions)
### Installation
```bash
$ [sudo] pip install mac-app-path
```
```bash
$ [sudo] npm i -g mac-app-path
```
#### Examples
```bash
$ app-path "Google Chrome"
/Users/username/Applications/Google Chrome.app
$ app-path "Activity Monitor"
/Applications/Utilities/Activity Monitor.app
```