clinbox

Crates.ioclinbox
lib.rsclinbox
version0.1.0
sourcesrc
created_at2024-06-29 00:02:47.767411
updated_at2024-06-29 00:02:47.767411
descriptionCommand line utility to generate and access disposable email addresses.
homepagehttps://github.com/ooojustin/clinbox
repositoryhttps://github.com/ooojustin/clinbox
max_upload_size
id1287092
size67,926
Justin (ooojustin)

documentation

README

clinbox

Open source ommand line application to generate and access disposable email addresses, written in Rust.

Usage

To use clinbox, download the release binary or compile it yourself. If you'd like to be able to use it from your command line regardless of the directory you're in, ensure the executable is stored in a directory in your system's PATH.

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:

Commit count: 30

cargo fmt