Commands in terminal to echo out colored text
Current support is for bash.
git clone git@github.com:scottglenblanch/echo-color.git echo-color && \
cd echo-color && \
./setup/init && \
source ~/.bashrc
echo.color.rgb "[red:int];[green:int];[blue:int]" [input:string]
echo.color.create
echo.color.red [input:string]
echo.color.green [input:string]
echo.color.blue [input:string]
- 0.0.2
- Work in progress
Scott Blanch – @scottglenblanch – scottglenblanch@gmail.com
Distributed under the MIT license. See LICENSE for more information.
https://github.com/scottglenblanch/initialize-base-scripts
- Fork it (https://github.com/scottglenblanch/initialize-base-scripts/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
Special Thanks to @wcspcbmt for teaching me bash. My eyes have been opened to the power of the terminal.