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

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.

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.d

b. 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/)