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

https://github.com/andrewpetrochenkov/mac-app-pid

:apple: :id: get macOS app pid
https://github.com/andrewpetrochenkov/mac-app-pid

cli macos

Last synced: over 1 year ago
JSON representation

:apple: :id: get macOS app pid

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

### Installation
```bash
$ [sudo] pip install mac-app-pid
```

```bash
$ [sudo] npm i -g mac-app-pid
```

#### Features
+ accepts app name, bundleID, path

#### Examples
```bash
$ app-pid "itunes"

$ app-pid "com.apple.iTunes"

$ app-pid "/Applications/iTunes.app"

```


readme42.com