]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/zsh-interactive-cd/README.md
c8337fbc893ed385f15634c5500d64e78b939ed5
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / zsh-interactive-cd / README.md
1 # zsh-interactive-cd
2
3 This plugin adds a fish-like interactive tab completion for the `cd` command.
4
5 To use it, add `zsh-interactive-cd` to the plugins array of your zshrc file:
6 ```zsh
7 plugins=(... zsh-interactive-cd)
8 ```
9
10 ![demo](https://user-images.githubusercontent.com/1441704/74360670-cb202900-4dc5-11ea-9734-f60caf726e85.gif)
11
12 ## Usage
13
14 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.
15
16 ## Requirements
17
18 This plugin requires [fzf](https://github.com/junegunn/fzf). Install it by following
19 its [installation instructions](https://github.com/junegunn/fzf#installation).
20
21 ## Author
22
23 [Henry Chang](https://github.com/changyuheng)