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
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/launchd-tag
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-04-20T13:28:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T21:03:16.000Z (over 4 years ago)
- Last Synced: 2025-02-26T09:41:59.575Z (4 months ago)
- Topics: cli, macos
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/launchd-tag/)
[](https://www.npmjs.com/package/launchd-tag)[](https://unlicense.org/)
[](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)