An open API service indexing awesome lists of open source software.

https://github.com/teddyoweh/shell-email

shell-main is a command line program used to access emails messages from a temporary email.
https://github.com/teddyoweh/shell-email

Last synced: 6 months ago
JSON representation

shell-main is a command line program used to access emails messages from a temporary email.

Awesome Lists containing this project

README

          

# shell-email
`GET EMAILS DIRECTLY TO YOUR TERMINAL TO A TEMPORARY EMAIL `

## Installing Dependencies
- `sudo apt install w3m`
- `sudo apt install curl`
- `sudo apt install jq`

## Usage
```console
$ shell-mail
-g, --generate [ADDRESS]
Generate a new email address, either the specified ADDRESS, or
randomly create one

-r, --recent
View the most recent email message
-t, --text
View the email as raw text, where all the HTML tags are removed.
Without this option, HTML is used.
--version
Show version
```

### Examples
Create random email
```console
$ shell-mail --generate
xoithrjagpx@1secmail.net
```