mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Add zsh-interactive-cd
This commit is contained in:
parent
b908feebcf
commit
12406647d9
4 changed files with 183 additions and 0 deletions
15
plugins/zsh-interactive-cd/README.md
Normal file
15
plugins/zsh-interactive-cd/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# zsh-interactive-cd
|
||||
|
||||
## Demo
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
1. Install [fzf](https://github.com/junegunn/fzf) by following its [installation instruction](https://github.com/junegunn/fzf#installation).
|
||||
|
||||
2. Source `zsh-interactive-cd.plugin.zsh` in `.zshrc`.
|
||||
|
||||
## Usage
|
||||
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue