0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/zsh-interactive-cd
2024-08-09 09:44:46 +02:00
..
demo.gif feat(zsh-interactive-cd): sync version with upstream (#11024) 2023-02-06 12:09:37 +01:00
LICENSE feat(zsh-interactive-cd): sync version with upstream (#11024) 2023-02-06 12:09:37 +01:00
README.md docs: improve several plugin READMEs and add one for ssh plugin 2024-08-09 09:44:46 +02:00
zsh-interactive-cd.plugin.zsh feat(zsh-interactive-cd): sync version with upstream (#11024) 2023-02-06 12:09:37 +01:00

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.