Skip to content

Highlights, filters and extracts string patterns from STDIN

Notifications You must be signed in to change notification settings

jsnjack/kazy-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kažy-go

What is it?

kažy is an application that highlights, filters and extracts string patterns from STDIN

How to use?

$ 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

ScreenShot

How to install

grm install jsnjack/kazy-go