mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
feat(zsh-interactive-cd): sync version with upstream (#11024)
This commit is contained in:
@@ -1,23 +1,15 @@
|
||||
# zsh-interactive-cd
|
||||
|
||||
This plugin adds a fish-like interactive tab completion for the `cd` command.
|
||||
## Demo
|
||||
|
||||
To use it, add `zsh-interactive-cd` to the plugins array of your zshrc file:
|
||||
```zsh
|
||||
plugins=(... zsh-interactive-cd)
|
||||
```
|
||||

|
||||
|
||||

|
||||
## 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.
|
||||
|
||||
## Requirements
|
||||
|
||||
This plugin requires [fzf](https://github.com/junegunn/fzf). Install it by following
|
||||
its [installation instructions](https://github.com/junegunn/fzf#installation).
|
||||
|
||||
## Author
|
||||
|
||||
[Henry Chang](https://github.com/changyuheng)
|
||||
|
||||
Reference in New Issue
Block a user