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: 2 months ago
JSON representation
Composer bash completion
- Host: GitHub
- URL: https://github.com/webdevel/composer-bash-completion
- Owner: webdevel
- License: mit
- Created: 2019-05-14T03:20:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T03:53:09.000Z (about 7 years ago)
- Last Synced: 2025-01-18T15:54:20.876Z (over 1 year ago)
- Topics: bash, brew, completion, composer, homebrew, mac, php, shell
- Language: Shell
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
># Composer Bash Completion
[](https://travis-ci.org/webdevel/composer-bash-completion)
[](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