https://github.com/kevcui/getnada
:mailbox_with_mail: A script to use getnada temp mail service from terminal
https://github.com/kevcui/getnada
bash bash-script cli disposable-email disposable-emails getnada mail tempmail temporary-email temporary-emails tmpmail
Last synced: about 1 month ago
JSON representation
:mailbox_with_mail: A script to use getnada temp mail service from terminal
- Host: GitHub
- URL: https://github.com/kevcui/getnada
- Owner: KevCui
- License: wtfpl
- Created: 2019-08-04T12:53:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T20:05:53.000Z (over 5 years ago)
- Last Synced: 2025-03-26T17:40:15.447Z (about 1 year ago)
- Topics: bash, bash-script, cli, disposable-email, disposable-emails, getnada, mail, tempmail, temporary-email, temporary-emails, tmpmail
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getnada 
> Use [getnada](https://getnada.com/) disposable temporary mail service from your terminal.
## Table of Contents
- [Dependency](#dependency)
- [How to use](#how-to-use)
- [Run tests](#run-tests)
- [Similar projects](#similar-projects)
## Dependency
- [cURL](https://curl.haxx.se/download.html)
- [jq](https://stedolan.github.io/jq/)
- [w3m](http://w3m.sourceforge.net/) (optional)
- [faker-cli](https://github.com/lestoni/faker-cli) (optional)
## How to use
```
Usage:
./getnada [-u |-i |-d |-s|-t]
Options:
no option Optional, randamly get an inbox
-u Optional, get an inbox by its mail address
-i Optional, show mail by its uid
-d Optional, delete mail by its uid
-s Optional, show available domains
-t Optional, show plain text without using w3m
-h | --help Display this help message
Examples:
- Generate a random inbox:
$ ./getnada
- Get mails in test@getnada.com:
$ ./getnada -u 'test@getnada.com'
- Show mail uUa4V5Hjmkqf9O detail in w3m:
$ ./getnada -i uUa4V5Hjmkqf9O
- Delete mail uUa4V5Hjmkqf9O:
$ ./getnada -d uUa4V5Hjmkqf9O
- Show all available domains:
$ ./getnada -s
```
## Run tests
```
$ bats test/getnada.bats
```
## Similar projects
Want more temp mail service? Check out:
- [1secmail](https://github.com/KevCui/1secmail)
- [tempmail](https://github.com/KevCui/tempmail)
Want to send anonymous emails? Check out:
- [sendmail](https://github.com/KevCui/sendmail)
You may like them!
---
