mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
431 B
Plaintext
26 lines
431 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mailsy
|
|
|
|
> Quickly generate a disposable email using `mail.tm` API.
|
|
> More information: <https://github.com/BalliAsghar/Mailsy#usage>.
|
|
|
|
- Create an email address:
|
|
|
|
`mailsy g`
|
|
|
|
- Fetch emails (press `<Enter>` to open email in browser):
|
|
|
|
`mailsy m`
|
|
|
|
- Show details about the account:
|
|
|
|
`mailsy me`
|
|
|
|
- Dispose the email address:
|
|
|
|
`mailsy d`
|