/fg.yazi

yazi plugin for rg search with fzf file preview

Primary LanguageLuaMIT LicenseMIT

fg.yazi

2024-04-10.17-41-06.mp4

A Yazi plugin for rg search with fzf file preview

Note

The latest main branch of Yazi is required at the moment.

Support shell: bash, zsh ,fish ,nushell

Dependcy

  • fzf
  • ripgrep
  • bat

Install

git clone https://github.com/DreamMaoMao/fg.yazi.git ~/.config/yazi/plugins/fg.yazi

Usage

[[manager.prepend_keymap]]
on   = [ "f","g" ]
run  = "plugin fg"
desc = "find file by content"
[[manager.prepend_keymap]]
on   = [ "f","f" ]
run  = "plugin fg --args='fzf'"
desc = "find file by file name"