Skip to content

adamlouis/clz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clz

colorize text that matches a pattern

usage

clz <regex> [black|red|green|yellow|blue|magenta|cyan|white]

example

cat README.md | clz 'u[a-zA-Z]+e' | clz 'c.?z' red | clz colorize yellow | clz text magenta | clz regex cyan

image of clz output in a terminal