repgrep 0.3.1

An interactive command line replacer for `ripgrep`.
repgrep-0.3.1 is not a library.

repgrep: An interactive replacer for ripgrep.

This is an interactive command line tool to make find and replacement easy. It uses ripgrep to find, and then provides you with a simple interface to see the replacements in real-time and conditionally replace matches.

DISCLAIMER: This project doesn't have extensive tests and until it's tested against multiple different encodings and strings, use it at your own risk!

Usage

After installing, just use rgr (think: rg + replace).

The arguments are:

rgr <rg arguments> # See `rgr --help` for more details

Installation

Precompiled binaries

See the releases page for pre-compiled binaries.

Via Cargo

cargo install repgrep

From Source (via Cargo)

git clone https://github.com/acheronfail/repgrep/
cd repgrep
cargo install --path .