Skip to main content

A simpler interface into OS X's launchctl

Project description

https://img.shields.io/pypi/v/plunchy.svg

plunchy is a simple interface into OS X’s launchctl. It is based on the idea behind Mike Perham’s lunchy (link) Ruby script, though there are a few small differences between the two:

  1. By default, plunchy does not install items into the system’s LaunchAgents folders. Unless you jump through hoops, items in those folders are automatically started at system boot, defeating the purpose of managing startup and shutdown for your launch agents.

  2. Also by default, if you do want a file to be installed in a LaunchAgents folder, plunchy will symlink the file, rather than copy it. This allows you to automatically receive updates if the launch agent is updated.

plunchy does want to maintain the simplicity of the original, however, so the available commands largely mirror lunchy’s:

  • ls [pattern] List all launch agents, or only ones matching the given pattern.

  • list [pattern] Alias for ls

  • start {pattern} Start the launch agent matching the given pattern.

  • stop {pattern} Stop the launch agent matching the given pattern.

  • restart {pattern} Restart the launch agent matching the given pattern.

  • status {pattern} Display the status of all launch agents matching the pattern.

  • show {pattern} See the launch agent with the specified pattern

  • edit {pattern} Edit the launch agent with the specified pattern

The main area where plunchy differs, however, is in the installation of scripts. plunchy provides the following commands for installing scripts:

  • install {path} Add the agent to ~/.plunchy to be started/stopped manually

  • link {path} Install the agent into ~/Library/LaunchAgents via symlink (*)

  • copy {path} Install the agent into ~/Library/LaunchAgents via file copy (*)

(*) Doing this means the launch agent will be loaded/started when the system boots up.

Installation

The easiest way to install plunchy is via pip:

pip install plunchy

License

plunchy is MIT licensed. Please see the included LICENSE file.

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plunchy-1.1.0.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file plunchy-1.1.0.tar.gz.

File metadata

  • Download URL: plunchy-1.1.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for plunchy-1.1.0.tar.gz
Algorithm Hash digest
SHA256 29290badc4f7170833cbd42d40f0ffa6535bb6f7284e7985b7aba9d62300ddf2
MD5 4df78dfba7cb5ede156b7dce469d95fa
BLAKE2b-256 d4012debff92be0d102fa6e295db56370a63f08b53b5882a8a77c166bf0e000a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page