README ¶ uniqlog Uniqlog is a command line tool for filtering out lines from stdin by leveraging Levenshtein distance Usage Pipe something into uniqlog $ cat long.log | uniqlog Flags Threshold of the Levenshtein distance between lines: $ cat long.log | uniqlog -threshold 90 Usage of uniqlog: -threshold int Threshold of the Levenshtein distance between lines (default 100) Note To get the best results you'll have to experiment with the threshold. This will be improved later Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.