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

https://github.com/alyetama/launchctl-py

Quickly create super basic background services (i.e., launchctl agents) for macOS in Python
https://github.com/alyetama/launchctl-py

agents launchctl macos python

Last synced: about 1 month ago
JSON representation

Quickly create super basic background services (i.e., launchctl agents) for macOS in Python

Awesome Lists containing this project

README

          

# Launchctl-Py

🚀 Quickly create _super basic_ background services (i.e., launchctl agents) for macOS in Python.

[![Supported Python versions](https://img.shields.io/badge/Python-%3E=3.7-blue.svg?logo=python)](https://www.python.org/downloads/) [![PEP8](https://img.shields.io/badge/Code%20style-PEP%208-orange.svg?logo=python)](https://www.python.org/dev/peps/pep-0008/) ![platform](https://img.shields.io/badge/Platform-macOS-green.svg?logo=apple)

## Requirements
- 🐍 [python>=3.7](https://www.python.org/downloads/)

## ⬇️ Installation

```sh
pip install launchctl-py
```

## ⌨️ Usage

```
usage: lpy [-h] [-c] [-s]

optional arguments:
-h, --help show this help message and exit
-c, --create Create a new launchctl agent
-s, --status Get the status of the agents you created
```

---

...\
**👷 Additional features are under development...**\
...