An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line.
repgrep 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.
repgrep 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.
To install repgrep, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install repgrep
To see what files were installed by repgrep, run:
port contents repgrep
To later upgrade repgrep, run:
sudo port selfupdate && sudo port upgrade repgrep
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.