All Projects β†’ jerguslejko β†’ Zsh Symfony Completion

jerguslejko / Zsh Symfony Completion

(Oh My) ZSH symfony/console Completion Plugin

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Zsh Symfony Completion

go-dev
Golang Dev Env Dockerfile
Stars: ✭ 17 (-66%)
Mutual labels:  zsh, oh-my-zsh
zshrc
πŸ“ Zsh Configuration for nerds with zplug
Stars: ✭ 28 (-44%)
Mutual labels:  zsh, oh-my-zsh
ansible-ohmyzsh
simple ansible role to install oh-my-zsh
Stars: ✭ 38 (-24%)
Mutual labels:  zsh, oh-my-zsh
msfvenom-zsh-completion
zsh completion for msfvenom in Metasploit
Stars: ✭ 42 (-16%)
Mutual labels:  zsh, oh-my-zsh
Honukai Iterm Zsh
Honukai theme and colors for Oh My ZSH and iTerm
Stars: ✭ 1,034 (+1968%)
Mutual labels:  zsh, oh-my-zsh
zsh-ipip
πŸ”© An oh-my-zsh plugin for IPIP
Stars: ✭ 13 (-74%)
Mutual labels:  zsh, oh-my-zsh
cdc
☣️ Shell plugin for zsh/bash that allows you to cd to subdirectories of user-defined directories from anywhere, without editing CDPATH.
Stars: ✭ 17 (-66%)
Mutual labels:  zsh, oh-my-zsh
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+320%)
Mutual labels:  zsh, oh-my-zsh
Termux Desktop
Setup A Beautiful Desktop/GUI In Termux
Stars: ✭ 527 (+954%)
Mutual labels:  zsh, oh-my-zsh
Zsh Notify
Desktop notifications for long-running commands in zsh.
Stars: ✭ 389 (+678%)
Mutual labels:  zsh, oh-my-zsh
Kube Aliases
Kubernetes Aliases and Bash Functions
Stars: ✭ 40 (-20%)
Mutual labels:  zsh, oh-my-zsh
My Zsh Config
My custom Oh My Zsh configuration.
Stars: ✭ 5 (-90%)
Mutual labels:  zsh, oh-my-zsh
Starship
β˜„πŸŒŒοΈ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+40908%)
Mutual labels:  zsh, oh-my-zsh
zsh-ssh-agent
Ssh-agent management for zsh
Stars: ✭ 19 (-62%)
Mutual labels:  zsh, oh-my-zsh
Spaceship Prompt
πŸš€β­ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+31396%)
Mutual labels:  zsh, oh-my-zsh
dotfiles
My dotfiles for oh-my-zsh, vim and tmux πŸ“Ÿ
Stars: ✭ 23 (-54%)
Mutual labels:  zsh, oh-my-zsh
Zeta Zsh Theme
Another ⭐️ theme for oh-my-zsh
Stars: ✭ 184 (+268%)
Mutual labels:  zsh, oh-my-zsh
Zsh Vi Mode
πŸ’» A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+262%)
Mutual labels:  zsh, oh-my-zsh
Fz
Cli shell plugin, the missing fuzzy tab completion feature of z jump around command.
Stars: ✭ 359 (+618%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
Dotfiles for all :D
Stars: ✭ 700 (+1300%)
Mutual labels:  zsh, oh-my-zsh

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].