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

Make it clear when whitespace is matched #21

Closed acheronfail closed 4 years ago

acheronfail commented 4 years ago

Right now it's confusing if whitespace is part of the match (nothing is visible).

The UI should make it clear, either by using replacement characters for whitespace, or by styling the background of the whitespace characters.

acheronfail commented 4 years ago

Fixed by #23