Added Composer plugin description and the new Symfony2 Aliases
parent
527e0d64aa
commit
8383e958c4
16
Plugins.md
16
Plugins.md
@ -156,6 +156,17 @@ Only for Ubuntu: If a command is not recognized in the $PATH, this will use Ubun
|
|||||||
bash: gedit: command not found
|
bash: gedit: command not found
|
||||||
|
|
||||||
The plugin uses the command-not-found package zsh support.
|
The plugin uses the command-not-found package zsh support.
|
||||||
|
## Composer
|
||||||
|
**Maintainer:** [danielcsgomes](https://github.com/danielcsgomes)
|
||||||
|
|
||||||
|
[Composer](http://getcomposer.org/) autocomplete plugin with useful aliases:
|
||||||
|
|
||||||
|
* `c = 'composer'`
|
||||||
|
* `csu = 'composer self-update'`
|
||||||
|
* `cu = 'composer update'`
|
||||||
|
* `ci = 'composer install'`
|
||||||
|
* `ccp = 'composer create-project'`
|
||||||
|
* `cget = installs composer on the current path`
|
||||||
|
|
||||||
## cloudapp
|
## cloudapp
|
||||||
**Maintainer:** [matthewmccullough](http://github.com/matthewmccullough)
|
**Maintainer:** [matthewmccullough](http://github.com/matthewmccullough)
|
||||||
@ -489,6 +500,11 @@ Note that if a filename is misspelled or doesn't have the necessary path descrip
|
|||||||
|
|
||||||
[Symfony2](http://symfony.com) autocomplete plugin; binds to app/console<tab>, and not ./console command!
|
[Symfony2](http://symfony.com) autocomplete plugin; binds to app/console<tab>, and not ./console command!
|
||||||
|
|
||||||
|
**New aliases:**
|
||||||
|
|
||||||
|
* `sf2 = 'php app/console'`
|
||||||
|
* `sf2clear = 'php app/console cache:clear'`
|
||||||
|
|
||||||
## taskwarrior
|
## taskwarrior
|
||||||
**Maintainer:** [lepht](https://github.com/lepht)
|
**Maintainer:** [lepht](https://github.com/lepht)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user