We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28789b commit 2e6b3b8Copy full SHA for 2e6b3b8
README.md
@@ -74,8 +74,13 @@ the inbox and their numeric IDs. When called with one argument, tmpmail
74
shows the email message with specified ID.
75
76
-b, --browser BROWSER
77
- Specify BROWSER (default: w3m) that is used to render the HTML of
78
- the email
+ Specify BROWSER that is used to render the HTML of
+ the email (default: w3m)
79
+ --clipboard-cmd COMMAND
80
+ Specify the COMMAND to use for copying the email address to your
81
+ clipboard (default: xclip -selection c)
82
+-c, --copy
83
+ Copy the email address to your clipboard
84
-g, --generate [ADDRESS]
85
Generate a new email address, either the specified ADDRESS, or
86
randomly create one
0 commit comments