1 Star 0 Fork 0

飞光梁/packer-zsh-completion

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

Packer ZSH Completion

This is a basic ZSH completion file for Packer.

Usage

To install in oh-my-zsh clone this repo:

$ git clone https://github.com/gunzy83/packer-zsh-completion.git ~/.oh-my-zsh/plugins/packer

Remember to add packer to the plugins list in ~/.zshrc.

Installation

oh-my-zsh

  1. Get it

    Clone into custom plugins directory:

    $ git clone https://github.com/gunzy83/packer-zsh-completion.git ~/.oh-my-zsh/plugins/packer
    
  2. Include it

    Then add the plugin to your plugin list in oh-my-zsh configuration:

    $ $EDITOR ~/.zshrc
    
    # -plugins=(...)
    # +plugins=(... packer)
    

antigen

  1. Add antigen bundle gunzy83/packer-zsh-completion to your .zshrc with your other antigen bundle commands.

zgen

  1. Add zgen load gunzy83/packer-zsh-completion to your .zshrc
  2. Regenerate your init.zsh with zgen save

Usage

After installation re-source your .zshrc.

Future Plans

  • Add true/false options for -parallel
  • Add parsing of .json files to find builders for -except and -only

License

packer-zsh-completion is provided under the terms of The MIT License

Copyright © 2014, Ross Williams

The MIT License (MIT) Copyright (c) 2014 Ross Williams 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

packer-zsh-completion expand collapse
MIT
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lgf1244/packer-zsh-completion.git
git@gitee.com:lgf1244/packer-zsh-completion.git
lgf1244
packer-zsh-completion
packer-zsh-completion
master

Search