Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaytaph/sfconsole

Symfony2 console completion script
https://github.com/jaytaph/sfconsole

Last synced: 2 months ago
JSON representation

Symfony2 console completion script

Awesome Lists containing this project

README

        

SFConsole
=========

Symfony2 console completion script

Usable for both bash and zsh (probably)

Usage:

Load the script (or add to your .bashrc)

source ./console_completion.sh

After this, using

./app/console

will autocomplete both commands and its arguments.