Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webdevel/composer-bash-completion

Composer bash completion
https://github.com/webdevel/composer-bash-completion

bash brew completion composer homebrew mac php shell

Last synced: 16 days ago
JSON representation

Composer bash completion

Awesome Lists containing this project

README

        

># Composer Bash Completion
[![Build Status](https://travis-ci.org/webdevel/composer-bash-completion.svg?branch=master)](https://travis-ci.org/webdevel/composer-bash-completion)
[![License](http://img.shields.io/badge/license-MIT-blue.svg?)](LICENSE)

[Composer] [Bash] completion provides context sensitive hints when pressing tab and auto-completion.

>### Dependencies
This module depends on the following.
- [Composer] 1.8.x +
- [Bash] 4.x +
- [Bash Completion] 2.x +

>### Installation
Copy `composer-completion.bash` into your `bash_completion.d/` or `~/.completion/` folder.

Or one may install [Homebrew].
```
brew install composer-completion
```

>### Usage
From a [Bash] command-line prompt, type `composer` and press tab a couple of times.

>### Contributing
Please read [Contributing]. Feel free to submit pull requests, issues and comments! Thank you. Participants will be added to the list of [Contributors].

>### Alternatives
There are also great alternatives to this script:
- [sjorek/composer-bash-completion]
- [bamarni/symfony-console-autocomplete]

>### License
*[Composer] [Bash] Completion* is Free and Open Source Software. It is licensed by the [MIT License].

[Bash]: https://www.gnu.org/software/bash/
[Bash Completion]: https://github.com/scop/bash-completion
[Composer]: https://getcomposer.org/
[Contributors]: https://github.com/webdevel/composer-bash-completion/blob/master/CONTRIBUTORS.md
[Contributing]: https://github.com/webdevel/composer-bash-completion/blob/master/CONTRIBUTING.md
[Homebrew]: https://brew.sh/
[bamarni/symfony-console-autocomplete]: https://github.com/bamarni/symfony-console-autocomplete
[sjorek/composer-bash-completion]: https://github.com/sjorek/composer-bash-completion
[MIT License]: https://github.com/webdevel/composer-bash-completion/blob/master/LICENSE