Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/secretary
Make create and manage own [launchd.plist](https://www.manpagez.com/man/5/launchd.plist/) a little easier
https://github.com/bolasblack/secretary
Last synced: 11 days ago
JSON representation
Make create and manage own [launchd.plist](https://www.manpagez.com/man/5/launchd.plist/) a little easier
- Host: GitHub
- URL: https://github.com/bolasblack/secretary
- Owner: bolasblack
- Created: 2018-11-13T15:42:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:40:19.000Z (about 2 years ago)
- Last Synced: 2024-11-10T03:36:31.933Z (2 months ago)
- Language: Clojure
- Homepage:
- Size: 917 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# secretary
Make create and manage own [launchd.plist](https://www.manpagez.com/man/5/launchd.plist/) a little easier
## Usage
```bash
# secretary --helpsecretary
Commands:
secretary list List all defined services
secretary enable [service] Enable service
secretary disable [service] Disable service
secretary reload [service] Regenerate plist file and restart service
secretary start [service] Delegate to `launchctl start [service label]`
secretary stop [service] Delegate to `launchctl stop [service label]`
secretary plist [service] Print service plist file path
secretary edit [service] Create or edit service definition file by EDITOROptions:
--version Show version number [boolean]
--debug, -d Print error stack [boolean]
--help Show help [boolean]
```