Skip to content

ViGi-P/fzh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fzh logo

A Zsh plugin to search your history and load the result into the prompt using fzf.


Prerequisites

  • 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 with fzf.

Usage

fzh --help # Display help
fzh [search_term] [--mode=fuzzy]

Example:

fzh git commit

Installation

Method A: Manual Loading

  1. Clone this repo.
  2. Add this to your .zshrc:
    source /path/to/fzh/fzh.plugin.zsh

Method B: Oh My Zsh

  1. Clone this repo to your oh-my-zsh custom plugins directory.
  2. Open your .zshrc and add fzh to your plugins list:
    plugins=(git docker fzh)

Method C: GitHub (Antigen, Zplug)

  • Antigen: antigen bundle ViGi-P/fzh
  • Zplug: zplug "ViGi-P/fzh", as:plugin

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Zsh plugin to fuzzy search your history.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages