diff options
author | Andrew Stone <61954919+adrwstone@users.noreply.github.com> | 2023-02-06 07:39:37 -0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 12:09:37 +0100 |
commit | 3fd63fdf01344bb5f5f13a9c33eb0b7a72fe4771 (patch) | |
tree | 43b5cc4c6771e1abbc58ba479a9cad429e53aa06 /plugins/zsh-interactive-cd/README.md | |
parent | d48cbb82b1a44d646c6b12b6bfb13c5fd366e1ae (diff) | |
download | zsh-3fd63fdf01344bb5f5f13a9c33eb0b7a72fe4771.tar.gz zsh-3fd63fdf01344bb5f5f13a9c33eb0b7a72fe4771.tar.bz2 zsh-3fd63fdf01344bb5f5f13a9c33eb0b7a72fe4771.zip |
feat(zsh-interactive-cd): sync version with upstream (#11024)
Diffstat (limited to 'plugins/zsh-interactive-cd/README.md')
-rw-r--r-- | plugins/zsh-interactive-cd/README.md | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/plugins/zsh-interactive-cd/README.md b/plugins/zsh-interactive-cd/README.md index c8337fbc8..4bffbf04a 100644 --- a/plugins/zsh-interactive-cd/README.md +++ b/plugins/zsh-interactive-cd/README.md @@ -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) -``` +![demo](demo.gif) -![demo](https://user-images.githubusercontent.com/1441704/74360670-cb202900-4dc5-11ea-9734-f60caf726e85.gif) +## Installation -## 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. +1. Install [fzf](https://github.com/junegunn/fzf) by following its [installation instruction](https://github.com/junegunn/fzf#installation). -## Requirements +2. Source `zsh-interactive-cd.plugin.zsh` in `.zshrc`. -This plugin requires [fzf](https://github.com/junegunn/fzf). Install it by following -its [installation instructions](https://github.com/junegunn/fzf#installation). - -## Author +## Usage -[Henry Chang](https://github.com/changyuheng) +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. |