kažy is an application that highlights, filters and extracts string patterns from STDIN
$ kazy -h
Highlights, filters and extracts string patterns from STDIN
Usage:
kazy [<pattern>...] [flags]
Flags:
-b, --buffer int buffer size in KB (default 64)
-e, --exclude stringArray exclude from output lines which match provided patterns
-x, --extract count extract instead of highlighting. Can be provided multiple times to control which matched string is extracted
-h, --help help for kazy
-i, --include stringArray only include lines which match provided patterns
-l, --limit int limit the length of the line, characters
-r, --regexp use RegExp patterns instead of string patterns
--version print version and exit
kažy is extremely useful when piping a command:
./kazy -h | ./kazy include exclude lines "match patterns" -e version
grm install jsnjack/kazy-go