2017-03-26 18:29:36 -07:00
# zsh-interactive-cd
2023-02-06 07:39:37 -03:30
## Demo
2017-03-26 18:29:36 -07:00
2023-02-06 07:39:37 -03:30
![demo ](demo.gif )
2017-03-26 18:29:36 -07:00
2023-02-06 07:39:37 -03:30
## Installation
2017-03-26 18:29:36 -07:00
2023-02-06 07:39:37 -03:30
1. Install [fzf ](https://github.com/junegunn/fzf ) by following its [installation instruction ](https://github.com/junegunn/fzf#installation ).
2017-03-26 18:29:36 -07:00
2023-02-06 07:39:37 -03:30
2. Source `zsh-interactive-cd.plugin.zsh` in `.zshrc` .
2017-03-26 18:29:36 -07:00
2023-02-06 07:39:37 -03:30
## Usage
2017-03-26 18:29:36 -07:00
2023-02-06 07:39:37 -03:30
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.