An open API service indexing awesome lists of open source software.

https://github.com/jacopodl/colorize

Simple bash highlighter
https://github.com/jacopodl/colorize

highlighter system-tools terminal-based

Last synced: about 1 year ago
JSON representation

Simple bash highlighter

Awesome Lists containing this project

README

          

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