Guide To Install alot On Mac
Package Information:
Name: alot
Use: Text mode MUA using notmuch mail
Alot is a terminal-based mail user agent based on the notmuch mail indexer. It is written in python using the urwid toolkit and features a modular and command prompt driven interface to provide a full MUA experience as an alternative to the Emacs mode shipped with notmuch.
URL: https://github.com/pazz/alot
Installation Steps:
- Open Terminal
- Now, run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install alot using brew
brew install alot
alot is ready to use now!