Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 402 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 402 Bytes

colorize

This is a command-line tool to color text in round brackets.

This tool is intended to assist with viewing many nested brackets at once. The colors highlight which brackets relate to each other.

You can provide input on the command-line. Example: ./colorize "This (text has (many) (brackets () ) )" You can also specify a file to process: ./colorize inputfile.txt