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

Handle the case when `ripgrep` returns only a summary result #24

Closed acheronfail closed 4 years ago

acheronfail commented 4 years ago
rg pattern path/to/non/existent/file --json

produces only a "summary" result, which we don't handle well.