rishabhg / pride-zsh-completion

zsh autocompletion for Pride

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#pride-zsh-completion

pride-zsh-completion is the zsh completion script for Pride

##Setup

All you need is to add the _pride source to your fpath directory and call zsh commands for enabling auto-completion. The easy ways to do this are -

Installation

  1. Clone the repository:

    git clone git@github.com:rishabhg/pride-zsh-completion.git .
  2. Install from make file:

    $ sudo make install
  3. Reload your shell:

    $ exec zsh

Installation for oh-my-zsh

  1. In the command line, change to oh-my-zsh plugins directory:

    $ cd ~/.oh-my-zsh/custom/plugins
  2. Clone the repository into a new directory called pride:

    $ git clone git@github.com:rishabhg/pride-zsh-completion.git pride
  3. Include pride plugin to your .zshrc file along with other plugins:

    ...
    plugins=(git pride)
    ...
  4. Reload your shell:

    $ exec zsh

Usage

Currently all commonly used pride commands are supported

$ pride <tab>
  config  --  Set configuration parameters
  do      --  Execute a command on a set of the modules
  help    --  Display help information
  init    --  Initialize pride
  list    --  Lists modules in a pride
  remove  --  Remove modules from a pride
  update  --  Updates a pride
  vesion  --  Display pride version

##Requirements

About

zsh autocompletion for Pride