A Zsh plugin to search your history and load the result into the prompt using fzf.
- fzf must be installed.
- Windows users: If you use WSL, you are 100% safe. Other Windows Zsh users must have the standard Unix utilities (
awk,grep,sed) installed along withfzf.
fzh --help # Display help
fzh [search_term] [--mode=fuzzy]fzh git commit- Clone this repo.
- Add this to your
.zshrc:source /path/to/fzh/fzh.plugin.zsh
- Clone this repo to your oh-my-zsh custom plugins directory.
- Open your
.zshrcand addfzhto your plugins list:plugins=(git docker fzh)
- Antigen:
antigen bundle ViGi-P/fzh - Zplug:
zplug "ViGi-P/fzh", as:plugin
This project is licensed under the MIT License - see the LICENSE file for details.
