fzq is a command-line tool for filtering fuzzy matching lines. It also offers a library to find approximate string from a sequence. It's useful when you want to get a summary from a log file, for example.
```sh $ fzq many.log
$ cat many.log | fzq
$ fzq --metric Levenshtein --threshold 0.7 many.log
$ fzq -h ```
sh
$ cargo install fzq
MIT or Apache-2.0