composer-autocomplete icon indicating copy to clipboard operation
composer-autocomplete copied to clipboard

Bash/Shell autocompletion for Composer

Results 2 composer-autocomplete issues
Sort by recently updated
recently updated
newest added

AFAICT package names currently are completed only for the update command. I think it would be useful for: - `show` / `info` - `prohibits` / `why-not` - `depends`/ `why` And...

I followed the same installation instructions but after running ```bash $ source ~/.zshrc ``` getting this error: `/home/ahmedwaleed/composer-autocomplete:39: command not found: complete` Inside .zshrc ```bash if [ -f "$HOME/composer-autocomplete" ]...