0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/zsh-interactive-cd/README.md

22 lines
585 B
Markdown
Raw Permalink Normal View History

2017-03-27 03:29:36 +02:00
# zsh-interactive-cd
This plugin provides an interactive way to change directories in zsh using fzf.
## Demo
2017-03-27 03:29:36 +02:00
![demo](demo.gif)
2017-03-27 03:29:36 +02:00
## Installation
2017-03-27 03:29:36 +02: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
2. Add `zsh-interactive-cd` to your plugin list in `~/.zshrc`:
```zsh
plugins=(... zsh-interactive-cd)
```
2017-03-27 03:29:36 +02:00
## Usage
2017-03-27 03:29:36 +02: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.