How to Install enscript on Mac using Brew
Package Information:
Name: enscript
Use: GNU Enscript converts ASCII files to PostScript, HTML, or RTF and stores generated output to a file or sends it directly to the printer.
URL: https://www.gnu.org/software/enscript/
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 enscript using brew
brew install enscript
enscript is ready to use now!