Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaytaph/sfconsole
- Owner: jaytaph
- License: bsd-3-clause
- Created: 2014-02-02T10:23:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T17:27:56.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T01:23:34.871Z (almost 2 years ago)
- Language: Shell
- Size: 165 KB
- Stars: 27
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.