https://github.com/bobthecow/launchctl-completion
Bash completion support for OS X launchctl.
https://github.com/bobthecow/launchctl-completion
Last synced: 2 months ago
JSON representation
Bash completion support for OS X launchctl.
- Host: GitHub
- URL: https://github.com/bobthecow/launchctl-completion
- Owner: bobthecow
- License: mit
- Created: 2010-06-16T20:33:59.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T17:07:38.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:13:43.323Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 104 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
launchctl-completion
====================Bash completion support for OS X launchctl.
Installation
------------0. Install bash-completion.
1. Install this file. Either:
a. Place it in a `bash_completion.d` folder:
* /etc/bash_completion.d
* /usr/local/etc/bash_completion.d
* ~/bash_completion.db. Or, copy it somewhere (e.g. ~/.launchctl-completion.bash) and put the following line in
your .bashrc:source ~/.launchctl-completion.bash
The Fine Print
--------------Copyright (c) 2010 [Justin Hileman](http://justinhileman.com)
Distributed under the [MIT License](http://creativecommons.org/licenses/MIT/)