Skip to content

Command line application to generate and access disposable email addresses.

License

Notifications You must be signed in to change notification settings

ooojustin/clinbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clinbox

Crates.io Version

Open source command line utility to generate and access disposable email addresses, written in Rust.

Installation

Install using cargo:

cargo install clinbox

You can also download a compiled binary from the releases page.

Usage

You can get started by using the clinbox show comand to see your random email address, and list the emails in your inbox.

By default you'll see your 5 most recent emails, but you can specify a count (ex: clinbox show -c 10) to change the count.

Commands

Command Description
show Show inbox information and list emails.
open Open a specific email by providing the ID.
next Wait for a new email to be received and automatically open it.
copy Copy email address to clipboard.
delete Delete the current inbox and automatically generate new email address.
expires Display the duration until the current inbox expires.
website Open the website that this program uses behind the scenes.
github Open the GitHub repository for this application. Welcome!
help Print this nifty list of commands in your console.

To see additional information about a specific command (and arguments), you can use the -h flag.

For example, clinbox next -h will provide the following information:

@justin ➜ clinbox git(master): clinbox next -h
Wait for a new email to be received and automatically open it

Usage: clinbox.exe next [OPTIONS]

Options:
  -t, --timeout <TIMEOUT>    The maximum amount of time to wait in seconds [default: 120]
  -i, --interval <INTERVAL>  The interval in between refreshing emails in seconds [default: 10]
  -h, --help                 Print help

Questions/Suggestions

If you have any questions about this program or want to provide feedback, feel free to:

About

Command line application to generate and access disposable email addresses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages