Installation via Homebrew 🍺

To install Email CLI using Homebrew:

brew tap andrinoff/email-cli 
brew install email-cli

After installation, run:

email-cli

to get started.

Build from Source 🛠️

Email CLI is written in Go. To build manually:

  1. Ensure you have Go installed (go version).
  2. Clone the repository:
  3. git clone https://github.com/andrinoff/email-cli.git
  4. Navigate to the project folder:
  5. cd email-cli
  6. Build the binary:
  7. go build -o email-cli
  8. Run it:
  9. ./email-cli

Optional: Move the binary to your path:

sudo mv email-cli /usr/local/bin

Repository 📦

GitHub: andrinoff/email-cli