Sometimes we want a little color in our lives. Our BASH scripts might seem a little dull with white text on a black background. And, we can get tired of adding color manually to each script we make. So, I made a BASH color library to enhance scripts with colored text and colored text backgrounds. Not only is color fun, […]
Figlet – An Awesome Application for ASCII Word Art
Let’s say you are writing a script of some sort and you want to create a large text graphic in the header of your file. You think to yourself, self, I can use ASCII characters to draw it (ASCII art). Then you realize it takes a lot of time and effort to do. There has got to be a better […]