File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
# Dependencies: jq, curl, w3m
6
6
#
7
7
8
- version=1.2.0
8
+ version=1.2.1
9
9
10
10
# By default 'tmpmail' uses 'w3m' as it's web browser to render
11
11
# the HTML of the email
@@ -288,11 +288,13 @@ view_recent_email() {
288
288
view_email " $mail_id "
289
289
}
290
290
291
+
291
292
copy_email_to_clipboard (){
292
293
# Copy the email thats being used to the user's clipboard
293
294
$copy_to_clipboard_cmd < $tmpmail_email_address
294
295
}
295
296
297
+
296
298
die () {
297
299
# Print error message and exit
298
300
#
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ shows the email message with specified
29
29
Specify
30
30
.Ar BROWSER
31
31
(default: w3m) that is used to render the HTML of the email
32
+ .It Fl Fl clipboard-cmd Ar COMMAND
33
+ Specify the COMMAND to use for copying the email address to your
34
+ clipboard (default: xclip -selection c)
32
35
.It Fl g , Fl Fl generate Op Ar ADDRESS
33
36
Generate a new email address, either the specified
34
37
.Ar ADDRESS ,
You can’t perform that action at this time.
0 commit comments