Get support for mnapoli/zsh-symfony-console-plugin

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

mnapoli/zsh-symfony-console-plugin

Symfony Console completion in Zsh

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

Oh My Zsh already comes with a Symfony2 plugin which offers completion for app/console or bin/console. However if you use the Console component outside of the Symfony framework, you might simply be using ./console and autocompletion will not work.

This plugin will provide autocompletion for ./console.

Install

Clone the repository in .oh-my-zsh/custom/plugins (this is a gitignored directory to allow you to add your own plugins, so it will not mess up oh-my-zsh):

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

(watch out, the directory must be named symfony-console)

Edit ~/.zshrc to enable the plugin:

plugins=(... symfony-console)

Why not edit the existing symfony2 plugin

At the moment there are 366 pull requests open on the Oh My Zsh repository (dating up to 2012). I have no hopes of seing it merged anytime soon.

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2