docs: improve several plugin READMEs and add one for ssh plugin

This commit is contained in:
Marc Cornellà 2024-08-09 09:44:46 +02:00
commit efafef8495
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
23 changed files with 124 additions and 91 deletions

View file

@ -1,5 +1,7 @@
# zsh-interactive-cd
This plugin provides an interactive way to change directories in zsh using fzf.
## Demo
![demo](demo.gif)
@ -8,7 +10,11 @@
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`.
2. Add `zsh-interactive-cd` to your plugin list in `~/.zshrc`:
```zsh
plugins=(... zsh-interactive-cd)
```
## Usage