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

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

:apple: :gun: kill macOS app(s) by name, bundleID, path
https://github.com/andrewpetrochenkov/mac-app-kill

cli macos

Last synced: 3 months ago
JSON representation

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

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

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

#### Examples
```bash
$ app-kill "VLC" "com.apple.iTunes" "/Applications/iBooks.app"
```


readme42.com