A beautiful and functional email client for your terminal, built with Go and the charming Bubble Tea TUI library. Never leave your command line to check your inbox or send an email again!
- View Your Inbox: Fetches and displays a list of your most recent emails.
- Read Emails: Select an email from your inbox to view its content.
- Compose and Send: A simple and intuitive interface for writing and sending new emails.
- Beautiful TUI: A clean and modern terminal user interface that's a pleasure to use.
- Secure: Uses a local configuration file to store your credentials securely.
- Supported Providers: Works with Gmail and iCloud.
There are several ways to install Matcha.
brew tap floatpane/matcha
brew install matchaAfter installation, run:
matchato get started.
sudo snap install matchaMatcha is written in Go. To build it manually:
-
Ensure you have Go installed (
go version). -
Clone the repository:
git clone https://github.com/floatpane/matcha.git
-
Navigate to the project folder:
cd matcha -
Build the binary:
go build -o matcha
-
Run it:
./matcha
This project is distributed under the MIT License. See the LICENSE file for more information.
