Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BalliAsghar/Mailsy
⚡️ Quickly generate a disposable email straight from terminal.
https://github.com/BalliAsghar/Mailsy
api cli email javascript nodejs temporary-email
Last synced: 1 day ago
JSON representation
⚡️ Quickly generate a disposable email straight from terminal.
- Host: GitHub
- URL: https://github.com/BalliAsghar/Mailsy
- Owner: BalliAsghar
- Created: 2022-03-06T21:31:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T01:30:46.000Z (5 months ago)
- Last Synced: 2024-08-03T12:19:45.546Z (3 months ago)
- Topics: api, cli, email, javascript, nodejs, temporary-email
- Language: JavaScript
- Homepage:
- Size: 728 KB
- Stars: 449
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mailsy
![GitHub Repo stars](https://img.shields.io/github/stars/BalliAsghar/Mailsy?color=ff&style=for-the-badge)
⚡️ Quickly generate a disposable email.
# Extensions
- [Alfred](https://github.com/BalliAsghar/mailsy-alfred)
- [Raycast](https://www.raycast.com/BalliAsghar/mailsy)## Screenshots
![alt text](https://raw.githubusercontent.com/BalliAsghar/Mailsy/main/screenshot/Mailsy.png)
## Installation
Use the package manager [npm](https://www.npmjs.com/) to install Mailsy.
```console
npm install mailsy -g
```
Macos users can install mailsy via homebrew```console
brew install mailsy
```## Usage
**Creating Email**
Email will be copied to clipboard!
```console
foo@bar:~$ mailsy g
[email protected]
```**Fetching Emails**
**Note:**
Hit Enter to open the email in your default browser.
```console
foo@bar:~$ mailsy m
? Select an email (Use arrow keys)
❯ 1. Hello, World! - from [email protected]
2. Mailsy - from [email protected]```
**Delete Account**
if you want to dispose a email and get the new one use:
```console
foo@bar:~$ mailsy d
Account deleted
```**Details about Account**
```console
foo@bar:~$ mailsy meEmail: [email protected]
createdAt: 13/03/2022, 21:32:09```
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=BalliAsghar/Mailsy&type=Date)](https://star-history.com/#BalliAsghar/Mailsy&Date)
### FAQ
## How Mailsy works?
Mailsy is using [mail.tm](https://mail.tm/en/) API to generate a disposable email.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)