Home

Awesome

zsh-fuzzy-wd

Made in Ukraine Awesome zsh plugins

An oh-my-zsh plugin that adds fuzzy search for directories "warped" with WD Zsh plugin.

<img width="650" alt="zsh-fuzzy-wd-demo" src="https://user-images.githubusercontent.com/8811713/138357543-0633e8ca-2f33-458f-b098-29384680580b.gif">

Requirements

Installation

  1. Clone repository into Oh My Zsh custom plugins directory:

    git clone https://github.com/spodin/zsh-fuzzy-wd.git ~/.oh-my-zsh/custom/plugins/zsh-fuzzy-wd
    
  2. Enable it by adding zsh-fuzzy-wd to the plugins array in ~/.zshrc:

    plugins=(
      ...
      zsh-fuzzy-wd
      ...
    )  
    

Usage

  1. Add directories as warp points using WD plugin, e.g.:

    cd ~/Documents
    wd add docs
    
  2. Press ^B to activate plugin, filter paths by typing and press Enter to change directory.

Rebind activation key

To rebind default activation key (^B) one of methods below can be used: