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 a way to debug the application easily #35

Closed acheronfail closed 3 years ago

acheronfail commented 3 years ago

Rather than the current output after replacing, the application should write logs to a file and enable a way to be able to debug what's happening easily.

Perhaps something like https://github.com/emabee/flexi_logger could be used.