How to Install cless on Mac using Brew
Package Information:
Name: cless
Use: Display file contents with colorized syntax highlighting
URL: https://github.com/tanakh/cless
Installation Steps:
- Open Terminal by hitting
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cless using brew
brew install cless
cless is ready to use now!