Skip to content

augustoroman/highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

highlight

highlight is a small command-line utility to colorize stdin via regex matches.

asciicast

Install

go get -u github.com/augustoroman/highlight

Example usage

echo -e "The quick \nbrown fox \njumped over\nthe lazy dog" | highlight -c 'white+d' -l red fox -w 'yellow+b' lazy

Output example

About

A command-line utility to colorize text based on regular expression matches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages