Crates.io | fzq |
lib.rs | fzq |
version | 0.1.0 |
source | src |
created_at | 2019-08-10 09:10:59.573049 |
updated_at | 2019-08-10 09:10:59.573049 |
description | Fuzzy filter matching lines |
homepage | https://github.com/nkzawa/fzq |
repository | https://github.com/nkzawa/fzq |
max_upload_size | |
id | 155570 |
size | 16,133 |
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.
$ fzq many.log
# Or read from stdin
$ cat many.log | fzq
# With different string metric and threshold
$ fzq --metric Levenshtein --threshold 0.7 many.log
# See help for more options
$ fzq -h
$ cargo install fzq
MIT or Apache-2.0