blob: 2b6d06a7914f4b734816281da17d2609f0f5396a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Copy Mailto
===========
A `mailto:` link handler that allows you to copy the email address to the
clipboard.

## Usage
Once the application has been registered as the default app for `mailto:` links,
it will open whenever one is clicked.
The following keyboard shortcuts are available in the app:
| Shortcut | Action |
|---------------------|-----------------------------|
| **q** or **Escape** | Quit |
| **Enter** | Copy email address and quit |
To set Copy Mailto as the default handler for `mailto:` URLs, run:
$ /Applications/Copy\ Mailto.app/Contents/MacOS/Copy\ Mailto --set-url-handler
## Install
Download the app from the [releases][1] page. Unzip it and drag it to the
`Applications` folder.
Copy Mailto is designed to work on Mac OS X 10.6 and later.
## License
Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).
[1]: https://github.com/teddywing/Copy-Mailto/releases
|