A Go lang colored terminal printing. This is an simple app that
prints colored flags into the terminal (similar to some neofetch
display configs).
To run/install this program, you'll need:
- git
- go tooling
- clone the repository:
git clone https://github.com/nasccped/colgoterm && cd colgoterm- install with go:
go installThis app provides a small CLI flag parsing:
$ colgoterm --help
A go lang colored terminal printer.
Usage: colgoterm [OPTIONS]
Options:
--help Prints the help panel
--width | -w <VALUE> Set the square width (default = 8)
--height | -h <VALUE> Set the square height (default = 4)
--gap | -g <VALUE> Set the gap between squares (default = 4)-
help: displays the help panel providing the flags description overview. Note that this flag can't be called with other flags/alias.
-
others: all the other flags expects an integer value to set measures when printing the content. When value isn't set, the default one is used.
This project is under the MIT license!