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
267 stars 4 forks source link

Chore/refactor cli parsing #13

Closed acheronfail closed 4 years ago

acheronfail commented 4 years ago

In the future we'll need more context about ripgrep's arguments (which patterns were used, the encoding, etc). This is a preparatory step for those features.