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