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:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install colortail using brew
    brew install colortail

colortail is ready to use now!