Skip to content

jerguslejko/zsh-symfony-completion

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Oh My ZSH Completion plugin for symfony/console based tools

Installation

  1. Clone the repository into ~/.oh-my-zsh/custom/plugins/symfony-console directory.
git clone https://github.com/jerguslejko/zsh-symfony-completion.git ~/.oh-my-zsh/custom/plugins/symfony-console
  1. Activate the plugin by inserting symfony-console into the plugins list in your ~/.zshrc.
plugins=(symfony-console)
  1. Optionally, specify which symfony/console tools you want to activate auto-completion for. If you do not define this variable, values below will be used as defaults. Please note, this line MUST appear before source $ZSH/oh-my-zsh.sh.
export SYMFONY_CONSOLE_TOOLS="composer artisan valet envoy bin/console"
  1. Reload your shell

Local vs Global

You can use this auto-completion plugin for local as well as global tools. It will first check if there is a file in pwd that matches one of tools specified in the SYMFONY_CONSOLE_TOOLS list. If there is one, the plugin will use it (eg. artisan). Otherwise, it will try to find a globally available command (eg. composer).


Licence

Copyright (c) 2016 Jerguš Lejko

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

(Oh My) ZSH symfony/console Completion Plugin

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages