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

Allow replacements to include new lines #1

Closed acheronfail closed 4 years ago

acheronfail commented 4 years ago

This feature would rely on tui-rs's new Spans API, which other PRs such as #18 have incorporated. Until those new changes are released on crates.io this feature will have to wait.