An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/mac-app-path.svg?maxAge=3600)](https://pypi.org/project/mac-app-path/)
[![](https://img.shields.io/npm/v/mac-app-path.svg?maxAge=3600)](https://www.npmjs.com/package/mac-app-path)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/mac-app-path/workflows/tests42/badge.svg)](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
```


readme42.com