rcf is an cli application that helps you traverse and fuzzy search through your zsh history to edit or execute a command.
- Install rcf via cargo
cargo install rcf
- Append
rcf.zsh
to~/.zshrc
(source this file again or open a new zsh). You can edit your key binding as you wish, by defaultrcf
is binded to Ctrl + R. Ctrl + R
and enjoyrcf
- Using
Ctrl + n/p
to traverse the commands list Enter
to copy and edit the selecting commandCtrl + e
to execute the selecting command
- Using
- Haven't supported traverse using arrow keys
- Haven't supported
Ctrl + Enter
to execute the command - Haven't supported other shells
- The fuzzy search hasn't refined tunining