Installing colortail on Mac using Brew
Package Information:
Name: colortail
Use: Like tail(1), but with various colors for specified output
URL: https://github.com/joakim666/colortail
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install colortail using brew
brew install colortail
colortail is ready to use now!