Skip to content

jacopodl/Colorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Colorize

Simple bash highlighter Install:

make
sudo make install

Remove:

sudo make remove

Usage:

Example: colorize [option] [file]

Regex Pattern interpretation:
-i	IGNORE CASE
-e	EXTENDED REGEX

Highlighting:
-f	FOREGROUND COLOR [color]
-b	BACKGROUND COLOR [color]
[color]: black,red,green,yellow,blue,violet,cyan,white

Miscelaneous:
-v, --version	display program version
-h, --help	display this and exit