Skip to content

iamquang95/rcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcf

rcf is an cli application that helps you traverse and fuzzy search through your zsh history to edit or execute a command.

demo

Usages

  1. Install rcf via cargo cargo install rcf
  2. Append rcf.zshto ~/.zshrc (source this file again or open a new zsh). You can edit your key binding as you wish, by default rcf is binded to Ctrl + R.
  3. Ctrl + R and enjoy rcf
    • Using Ctrl + n/p to traverse the commands list
    • Enter to copy and edit the selecting command
    • Ctrl + e to execute the selecting command

Limitations

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published