uniqlog

command module
v0.0.0-...-595f073 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2019 License: GPL-3.0 Imports: 7 Imported by: 0

README

uniqlog

Uniqlog is a command line tool for filtering out lines from stdin by leveraging Levenshtein distance

Build Status

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL