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
- Host: GitHub
- URL: https://github.com/jacopodl/colorize
- Owner: jacopodl
- License: gpl-3.0
- Created: 2013-12-11T18:23:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T16:08:54.000Z (over 10 years ago)
- Last Synced: 2025-01-31T11:29:01.574Z (over 1 year ago)
- Topics: highlighter, system-tools, terminal-based
- Language: C
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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