repgrep — interactive terminal UI for ripgrep search and replace
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-b498f955)More formats (shields.io, HTML) on the badges page.
---
name: repgrep
description: repgrep — interactive terminal UI for ripgrep search and replace
---
# repgrep Plugin
repgrep (`rgr`) is an interactive terminal companion to ripgrep. It runs a ripgrep search, lets you review matches in a TUI, deselect any you want to skip, and then applies a replacement across all selected matches.
## Quickstart
```bash
# Search for a pattern, then interactively replace
rgr 'foo'
# Restrict the search to a file type
rgr --type rust 'old_name'
# Case-insensitive search
rgr -i 'todo'
# Search including hidden files
rgr --hidden 'secret'
```
In the TUI: navigate matches, press `Space` to toggle a match, enter your replacement text, and confirm to write the changes to disk. Requires ripgrep (`rg`) on PATH.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!