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

https://github.com/andrewpetrochenkov/launchd-tag

:rocket: LaunchAgents Finder tags
https://github.com/andrewpetrochenkov/launchd-tag

cli macos

Last synced: 3 months ago
JSON representation

:rocket: LaunchAgents Finder tags

Awesome Lists containing this project

README

        

[![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/launchd-tag.svg?maxAge=3600)](https://pypi.org/project/launchd-tag/)
[![](https://img.shields.io/npm/v/launchd-tag.svg?maxAge=3600)](https://www.npmjs.com/package/launchd-tag)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/launchd-tag/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/launchd-tag/actions)

### Installation
```bash
$ [sudo] pip install launchd-tag
```

```bash
$ [sudo] npm i -g launchd-tag
```

#### How it works
color|description
-|-
none|running
Gray|not running
Red|non-zero exit status
Orange|not empty stderr (`StandardErrorPath`)

#### Requirements
```bash
$ brew install tag
```

#### Examples
```bash
$ launchd-tag
```

#### Related
+ [`launchd-env` - launchd.plist environment variables](https://pypi.org/project/launchd-env/)
+ [`launchd-exec` - execute script via launchd](https://pypi.org/project/launchd-exec/)
+ [`launchd-generator` - launchd.plist generator](https://pypi.org/project/launchd-generator/)
+ [`launchd-logs` - launchd.plist logs](https://pypi.org/project/launchd-logs/)
+ [`launchd-tag` - LaunchAgents Finder tags](https://pypi.org/project/launchd-tag/)

#### Links
+ [github.com/jdberry/tag](https://github.com/jdberry/tag)


readme42.com