Open source command line utility to generate and access disposable email addresses, written in Rust.
Install using cargo:
cargo install clinbox
You can also download a compiled binary from the releases page.
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.
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
If you have any questions about this program or want to provide feedback, feel free to:
- ❓ Create an issue on GitHub.
- 📫 Reach me via email: [email protected]