https://github.com/leonardcser/pylaunchagent
Install Python code to macOS LaunchAgents
https://github.com/leonardcser/pylaunchagent
launchagents macos python
Last synced: about 2 months ago
JSON representation
Install Python code to macOS LaunchAgents
- Host: GitHub
- URL: https://github.com/leonardcser/pylaunchagent
- Owner: leonardcser
- Created: 2022-10-07T18:45:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T19:01:16.000Z (over 3 years ago)
- Last Synced: 2025-04-09T04:46:36.980Z (about 1 year ago)
- Topics: launchagents, macos, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyLaunchAgent
- [PyLaunchAgent](#pylaunchagent)
- [About](#about)
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Running](#running)
## About
Install Python code to macOS LaunchAgents. This is project is meant for personal use; documentation and testing is missing.
## Installation
```sh
pip install git+https://github.com/leonardcser/pylaunchagent
```
## Usage
### Configuration
There are two options:
1. Use command line args
2. Use config file (`pylaunchagent.yaml` - recommended)
You can see the list of all command with:
```sh
pylaunchagent -h
```
### Running
There are 4 sub-commands available:
- `install`
- `uninstall`
- `status`
- `logs`
```sh
pylaunchagent
```