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.zshto~/.zshrc(source this file again or open a new zsh). You can edit your key binding as you wish, by defaultrcfis binded to Ctrl + R. Ctrl + Rand enjoyrcf- Using
Ctrl + n/pto traverse the commands list Enterto copy and edit the selecting commandCtrl + eto execute the selecting command
- Using
- Haven't supported traverse using arrow keys
- Haven't supported
Ctrl + Enterto execute the command - Haven't supported other shells
- The fuzzy search hasn't refined tunining