Generate temporary email accounts directly from your terminal with ease. TermiMail is a Rust-based CLI tool designed to streamline the way developers and tech enthusiasts manage disposable emails right from the command line.
- Generate Temporary Email Accounts: Create disposable email addresses instantly.
- Fetch Messages: Retrieve emails from your temporary inbox.
- View Account Details: Access your current account information at any time.
- Delete Accounts: Clean up your temporary accounts when they're no longer needed.
- Cross-Platform: Works on macOS (Windows and Linux coming soon).
- Privacy-Focused: Uses the mail.tm API for secure and anonymous email handling.
brew tap nicolasleal570/termimail
brew install termimail
Windows and Linux support are coming soon...
TermiMail provides a simple command-line interface to manage temporary emails.
termimail g
termimail me
termimail m
termimail d
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes.
- Commit your changes:
git commit -m "Add your message"
- Push to your branch:
git push origin feature/your-feature-name
- Open a Pull Request.
Please ensure your code adheres to the existing style and includes tests where appropriate.
This project is licensed under the MIT License. See the LICENSE file for details.