sglang_v0.5.2/oh-my-zsh/plugins/zsh-interactive-cd
hailin cc76bab27e first commit 2025-09-15 10:32:17 +08:00
..
LICENSE first commit 2025-09-15 10:32:17 +08:00
README.md first commit 2025-09-15 10:32:17 +08:00
demo.gif first commit 2025-09-15 10:32:17 +08:00
zsh-interactive-cd.plugin.zsh first commit 2025-09-15 10:32:17 +08:00

README.md

zsh-interactive-cd

This plugin provides an interactive way to change directories in zsh using fzf.

Demo

demo

Installation

  1. Install fzf by following its installation instruction.

  2. Add zsh-interactive-cd to your plugin list in ~/.zshrc:

    plugins=(... zsh-interactive-cd)
    

Usage

Press tab for completion as usual, it'll launch fzf automatically. Check fzfs readme for more search syntax usage.