Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony console autocomplete

Enables bash autocompletion for scripts based on the Symfony2 Console component.

Installation

You can use composer to install Symfony console autocomplete:

composer create-project bamarni/symfony-console-autocomplete -s dev

Example: Composer autocompletion

If you want to have autocompletion on Composer commands and options, you can follow these steps:

cd symfony-console-autocomplete
php bin/autocomplete dump composer > composer
sudo mv composer /etc/bash_completion.d/
cd ~
source .bashrc
composer dum[TAB]

Further documentation

You can find more documentation at the following links:

About

Bash autocompletion for Symfony Console based scripts

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages