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.
- Host: GitHub
- URL: https://github.com/teddyoweh/shell-email
- Owner: teddyoweh
- Created: 2021-11-13T20:31:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T22:50:40.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T00:26:26.965Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```