Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prgtw/symfony.plugin.zsh

Oh My Zsh plugin and Antigen bundle for autocompleting Symfony2/3 commands
https://github.com/prgtw/symfony.plugin.zsh

antigen ohmyzsh ohmyzsh-plugin symfony2 symfony3 zsh

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Symfony2/3 console completion for Zsh

This is an [Oh My Zsh](https://github.com/robbyrussell/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)
```