From 8383e958c4a065f99268df25acdf1654ae3ef126 Mon Sep 17 00:00:00 2001 From: danielcsgomes Date: Tue, 9 Oct 2012 14:11:38 -0700 Subject: [PATCH] Added Composer plugin description and the new Symfony2 Aliases --- Plugins.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index f8baca5..d450cca 100644 --- a/Plugins.md +++ b/Plugins.md @@ -156,7 +156,18 @@ Only for Ubuntu: If a command is not recognized in the $PATH, this will use Ubun bash: gedit: command not found 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 **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, and not ./console command! +**New aliases:** + +* `sf2 = 'php app/console'` +* `sf2clear = 'php app/console cache:clear'` + ## taskwarrior **Maintainer:** [lepht](https://github.com/lepht) @@ -647,4 +663,4 @@ Clean cache * `zall` aliases `zeus test test/unit/*; zeus test test/functional/; zeus cucumber` * `zsw` aliases `rm .zeus.sock` -* `zweep` aliases `rm .zeus.sock` +* `zweep` aliases `rm .zeus.sock` \ No newline at end of file