⚡️ Quickly generate a disposable email straight from terminal

Overview

Mailsy

⚡️ Quickly generate a disposable email.

Screenshots

alt text

Installation

Use the package manager npm to install Mailsy.

npm install mailsy -g

Usage

Creating Email

Email will be copied to clipboard!

foo@bar:~$ mailsy g
[email protected]

Fetching Emails

Note

output structure

  • ID - Subject - From
foo@bar:~$ mailsy m
? Select an email (Use arrow keys)1. Hello, World! - from [email protected]
  2. Mailsy - from [email protected]

Open email in browser

Note

  • this feature will be removed in the future.

if you want see the full email use "o" command with ID if the email e.g 2

foo@bar:~$ mailsy o 2

Delete Account

if you want to dispose a email and get the new one use:

foo@bar:~$ mailsy d
Account deleted

Details about Account

foo@bar:~$ mailsy me

 Email: [email protected]
 createdAt: 13/03/2022, 21:32:09

FAQ

How Mailsy works?

Mailsy is using mail.tm 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

You might also like...

📜 Create mutable log lines into the terminal, and give life to your logs!

📜 Create mutable log lines into the terminal, and give life to your logs!

Because Logging can be pretty and fun Installation $ npm install draftlog What it does It allows you to re-write a line of your log after being writt

Dec 31, 2022

Display images in the terminal

Display images in the terminal

terminal-image Display images in the terminal Works in any terminal that supports colors. In iTerm, the image will be displayed in full resolution, si

Dec 25, 2022

:rainbow: Beautiful color gradients in terminal output

:rainbow:  Beautiful color gradients in terminal output

gradient-string Beautiful color gradients in terminal output Install $ npm i gradient-string Usage const gradient = require('gradient-string'); cons

Jan 3, 2023

Create clickable links in the terminal

Create clickable links in the terminal

terminal-link Create clickable links in the terminal Install $ npm install terminal-link Usage import terminalLink from 'terminal-link'; const link

Dec 31, 2022

Reliably get the terminal window size

term-size Reliably get the terminal window size Because process.stdout.columns doesn't exist when run non-interactively, for example, in a child proce

Oct 11, 2022

Truncate a string to a specific width in the terminal

cli-truncate Truncate a string to a specific width in the terminal Gracefully handles ANSI escapes. Like a string styled with chalk. It also supports

Oct 10, 2022

Execute shell commands in terminal

Execute shell commands in terminal

Execute shell commands in terminal

Dec 11, 2021

Add a hungry turtle to your terminal and feed it every time you mistype 'npm' as 'nom'

Add a hungry turtle to your terminal and feed it every time you mistype 'npm' as 'nom'

Nom Does this ever happen to you? You happily code away on a project, navigating the command line like a pro, testing, error logging, installing packa

Apr 26, 2022

Just a minimal library to do some terminal stuff.

Just a minimal library to do some terminal stuff.

Termctl A simple library to do some basic terminal stuff. Usage const termctl = require("termctl"); Note: We have tested this on Linux Mint and Window

Sep 28, 2021
Releases(4.0.0)
  • 4.0.0(Jan 2, 2023)

  • 3.0.9(Jan 2, 2023)

  • 3.0.8(Sep 17, 2022)

    What's Changed

    • version by @BalliAsghar in https://github.com/BalliAsghar/Mailsy/pull/11
    • Fix version Command

    Full Changelog: https://github.com/BalliAsghar/Mailsy/compare/3.0.7...3.0.8

    Source code(tar.gz)
    Source code(zip)
  • 3.0.7(Sep 10, 2022)

    What's Changed

    • fixed experimental feature warning logs by @BalliAsghar in https://github.com/BalliAsghar/Mailsy/pull/9
    • updated version by @BalliAsghar in https://github.com/BalliAsghar/Mailsy/pull/10

    Full Changelog: https://github.com/BalliAsghar/Mailsy/compare/3.0.6...3.0.7

    Source code(tar.gz)
    Source code(zip)
  • 3.0.6(Sep 9, 2022)

  • 3.0.5(Sep 9, 2022)

    What's Changed

    • Added show Version command by @BalliAsghar in https://github.com/BalliAsghar/Mailsy/pull/8

    Full Changelog: https://github.com/BalliAsghar/Mailsy/compare/3.0.4...3.0.5

    Source code(tar.gz)
    Source code(zip)
  • 3.0.4(Sep 9, 2022)

  • 3.0.3(Sep 9, 2022)

    What's Changed

    • Build by @BalliAsghar in https://github.com/BalliAsghar/Mailsy/pull/1
    • migrated to ESM by @BalliAsghar in https://github.com/BalliAsghar/Mailsy/pull/2
    • V2 by @BalliAsghar in https://github.com/BalliAsghar/Mailsy/pull/3
    • v3 by @BalliAsghar in https://github.com/BalliAsghar/Mailsy/pull/7

    New Contributors

    • @BalliAsghar made their first contribution in https://github.com/BalliAsghar/Mailsy/pull/1

    Full Changelog: https://github.com/BalliAsghar/Mailsy/commits/3.0.3

    Source code(tar.gz)
    Source code(zip)
Owner
Balli Asghar
Junior Full Stack Developer, I'm looking for my first Dev Job.
Balli Asghar
Pipeable javascript. Quickly filter, map, and reduce from the terminal

Pipeable JavaScript - another utility like sed/awk/wc... but with JS! Quickly filter, map and reduce from the command line. Features a streaming API.

Daniel St. Jules 410 Dec 10, 2022
Uses marked-terminal to render a README.md for any npm module in the terminal.

modhelp Uses marked-terminal to render a README.md for any npm module in the terminal. Now with built-in pager! Page up/down, arrow keys to scroll lin

Jason Livesay 23 Feb 8, 2022
Terminal ui for discord with interactive terminal

dickord why No fucking clue i was bored or something. why does it look dogshit Try and find a node module that supports terminal functions like trauma

Hima 3 Nov 7, 2022
Sublime-like terminal-based text editor

slap ?? slap is a Sublime-like terminal-based text editor that strives to make editing from the terminal easier. It has: first-class mouse support (ev

slap 6.1k Jan 1, 2023
A terminal-to-gif recorder minus the headaches.

ttystudio A terminal-to-gif recorder minus the headaches. Record your terminal and compile it to a GIF or APNG without any external dependencies, bash

Christopher Jeffrey (JJ) 3.2k Dec 23, 2022
rtail(1) - Terminal output to the browser in seconds, using UNIX pipes.

rtail(1) Terminal output to the browser in seconds, using UNIX pipes. rtail is a command line utility that grabs every line in stdin and broadcasts it

Kilian Ciuffolo 1.6k Jan 6, 2023
Translations with speech synthesis in your terminal as a node package

Normit Normit is an easy way to translate stuff in your terminal. You can check out its Ruby gem version termit. Installation npm install normit -g Us

Paweł Urbanek 234 Jan 1, 2023
Terminal recorder: Record your termial session into HTML

terminal-recorder Terminal recorder allows you to record your bash session, and export it to html so then you can share it with your friends. GitHub P

Cristian Cortez 104 Mar 3, 2022
Terminal task list

listr Terminal task list Install $ npm install --save listr Usage const execa = require('execa'); const Listr = require('listr'); const tasks = new

Sam Verschueren 3.1k Jan 3, 2023