Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prgtw/symfony.plugin.zsh
- Owner: prgTW
- License: mit
- Created: 2017-03-31T00:19:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T17:24:04.000Z (over 4 years ago)
- Last Synced: 2024-10-13T06:04:04.481Z (26 days ago)
- Topics: antigen, ohmyzsh, ohmyzsh-plugin, symfony2, symfony3, zsh
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```