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

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

:apple: :information_source: macOS frontmost app info
https://github.com/andrewpetrochenkov/mac-app-frontmost

cli macos

Last synced: 3 months ago
JSON representation

:apple: :information_source: macOS frontmost app info

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

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

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

#### Examples
```bash
$ app-frontmost --bundleid
com.apple.Terminal

$ app-frontmost --name
Terminal

$ app-frontmost --path
/Applications/Utilities/Terminal.app

$ app-frontmost --pid
304
```


readme42.com