ohmyzsh/plugins/zsh-interactive-cd/README.md

16 lines
442 B
Markdown
Raw Normal View History

2017-03-27 01:29:36 +00:00
# zsh-interactive-cd
## Demo
2017-03-27 01:29:36 +00:00
![demo](demo.gif)
2017-03-27 01:29:36 +00:00
## Installation
2017-03-27 01:29:36 +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
2. Source `zsh-interactive-cd.plugin.zsh` in `.zshrc`.
2017-03-27 01:29:36 +00:00
## Usage
2017-03-27 01:29:36 +00:00
Press tab for completion as usual, it'll launch fzf automatically. Check fzfs [readme](https://github.com/junegunn/fzf#search-syntax) for more search syntax usage.