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