Skip to content

Instantly share code, notes, and snippets.

@zhangchitc
Created March 26, 2026 02:51
Show Gist options
  • Select an option

  • Save zhangchitc/8c1ad96bf5a00f32e355454cfcf4841e to your computer and use it in GitHub Desktop.

Select an option

Save zhangchitc/8c1ad96bf5a00f32e355454cfcf4841e to your computer and use it in GitHub Desktop.
rgf()
# ripgrep wrapper
function rgf() {
rg -l "$1" | fzf --preview "rg -n --color=always -C 3 '$1' {}";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment