Minimalist CLI email client, written in Rust. Bringing emails to the terminal is a pain. The mainstream TUI, (neo)mutt, takes time to configure. The default mapping is not intuitive when coming from the Vim environment. It is even scary to use at the beginning, since you are dealing with sensitive data! The aim of Himalaya is to extract the email logic into a simple (yet solid) CLI API that can be used either directly from the terminal or UIs. It gives users more flexibility. Himalaya installs a Vim-based termainal UI by default.
Minimalist CLI email client, written in Rust. Bringing emails to the terminal is a pain. The mainstream TUI, (neo)mutt, takes time to configure. The default mapping is not intuitive when coming from the Vim environment. It is even scary to use at the beginning, since you are dealing with sensitive data! The aim of Himalaya is to extract the email logic into a simple (yet solid) CLI API that can be used either directly from the terminal or UIs. It gives users more flexibility. Himalaya installs a Vim-based termainal UI by default.
To install himalaya, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install himalaya
To see what files were installed by himalaya, run:
port contents himalaya
To later upgrade himalaya, run:
sudo port selfupdate && sudo port upgrade himalaya
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.