acheronfail / repgrep

An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line.
Apache License 2.0
257 stars 4 forks source link

Add ability to select submatches not just entire lines #4

Closed acheronfail closed 4 years ago

acheronfail commented 4 years ago

Right now, if there's more than one match on a line it's an all-or-nothing approach. repgrep should have the ability to select these submatches independently.

It's going to be difficult to show this to the user without being able to style lines with multiple styles, so this depends on #3.