paulreimer / zsh-histdb-fzf

A zsh histdb fzf integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NB: If you like this, you might want to have an implementation with a better performance: zsh-histdb-skim

zsh-histdb-fzf

This addon uses fzf for searching the history kept with zsh-histdb.

See the example here:

asciicast

Activation

To enable the widget add the following binding to you zshrc

bindkey '^R' histdb-fzf-widget

Configuration

  • Date format: By default, the date format (us or non-us) is auto-detected based on your current locale settings (see LC_TIME). You can override this by setting the environment variable HISTDB_FZF_FORCE_DATE_FORMAT to either us or non-us.

About

A zsh histdb fzf integration

License:MIT License


Languages

Language:Shell 100.0%