mattlqx / pre-commit-search-and-replace

Plugin for pre-commit for arbitrary search and replace on committed files.
MIT License
12 stars 6 forks source link

Add output highlight #11

Closed ErykDarnowski closed 7 months ago

ErykDarnowski commented 1 year ago

Hey!

After using the cSpell pre-commit hook I've noticed how clear and helpful the colored / highlighted output was:

Screenshot_20221229_183058

This made me look through search-and-replace's README but I couldn't find any flag that would achieve that.

That's why I wrote this issue, or rather a feature request. Also, unfortunately because I'm not familiar with Ruby, I most likely won't be able to work on this myself!

mattlqx commented 7 months ago

Added in v1.1.0. Thanks for the suggestion.