# ranger-fzf-ripgrep **Repository Path**: zhouchuanfu/ranger-fzf-ripgrep ## Basic Information - **Project Name**: ranger-fzf-ripgrep - **Description**: github上面的备份,原仓库已经被作者删除了 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-26 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ranger-fzf-ripgrep [Ranger](https://github.com/ranger/ranger) plugin that allows navigation through searching with [ripgrep](https://github.com/BurntSushi/ripgrep) and [fzf](https://github.com/junegunn/fzf). A ripgrep search can be initiated through e.g. a key mapping in `rc.conf` such as: ``` map rg console fzf_rg_select%space ``` Copied from the Ranger wiki [here](https://github.com/ranger/ranger/wiki/Custom-Commands) so it can be installed with [ranger-plug](https://github.com/cjbassi/ranger-plug).