Skip to content

Oh My Zsh plugin and Antigen bundle for autocompleting Symfony2/3 commands

License

Notifications You must be signed in to change notification settings

prgTW/symfony.plugin.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Symfony2/3 console completion for Zsh

This is an Oh My Zsh plugin for the Symfony Console component.

Autocompletions available for given prefixes:

  • app/console
  • bin/console
  • sf
  • sfdev
  • sfx
  • sfxdev

Installation

Antigen

Edit ~/.zshrc and add:

antigen bundle prgTW/symfony.plugin.zsh

Oh My Zsh

cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/prgTW/symfony.plugin.zsh.git symfony

Edit ~/.zshrc to enable the plugin:

plugins=(... symfony)

About

Oh My Zsh plugin and Antigen bundle for autocompleting Symfony2/3 commands

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages