mirror of
https://github.com/johannjhang/zsh-interactive-cd.git
synced 2026-08-12 22:29:31 +04:00
23 lines
677 B
Markdown
23 lines
677 B
Markdown
# 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`.
|
||
|
||
#### Fig
|
||
|
||
Install `zsh-interactive-cd` with [Fig](https://fig.io) in just one click.
|
||
|
||
<a href="https://fig.io/plugins/other/zsh-interactive-cd_changyuheng" target="_blank"><img src="https://fig.io/badges/install-with-fig.svg" /></a>
|
||
|
||
|
||
## 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.
|