2017-03-27 01:29:36 +00:00
# zsh-interactive-cd
2024-08-09 07:44:46 +00:00
This plugin provides an interactive way to change directories in zsh using fzf.
2023-02-06 11:09:37 +00:00
## Demo
2017-03-27 01:29:36 +00:00
2023-02-06 11:09:37 +00:00
![demo ](demo.gif )
2017-03-27 01:29:36 +00:00
2023-02-06 11:09:37 +00:00
## Installation
2017-03-27 01:29:36 +00:00
2023-02-06 11:09:37 +00:00
1. Install [fzf ](https://github.com/junegunn/fzf ) by following its [installation instruction ](https://github.com/junegunn/fzf#installation ).
2017-03-27 01:29:36 +00:00
2024-08-09 07:44:46 +00:00
2. Add `zsh-interactive-cd` to your plugin list in `~/.zshrc` :
```zsh
plugins=(... zsh-interactive-cd)
```
2017-03-27 01:29:36 +00:00
2023-02-06 11:09:37 +00:00
## Usage
2017-03-27 01:29:36 +00:00
2023-02-06 11:09:37 +00:00
Press tab for completion as usual, it'll launch fzf automatically. Check fzf’ s [readme ](https://github.com/junegunn/fzf#search-syntax ) for more search syntax usage.