aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-09-06 07:14:58 +0200
committerTeddy Wing2018-09-06 07:14:58 +0200
commitb04515ca40d67257d658a75499add37517fffe69 (patch)
tree7d877996cdbfdd1a43272c5424484516657382f6
parent13bad0b67961d7d818a35bb9ffa72392da8d9c3e (diff)
downloadCopy-Mailto-b04515ca40d67257d658a75499add37517fffe69.tar.bz2
Add README
-rw-r--r--README.md36
-rw-r--r--screenshot.pngbin0 -> 34503 bytes
2 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..692830e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,36 @@
+Copy Mailto
+===========
+
+A `mailto:` link handler that allows you to copy the email address to the
+clipboard.
+
+![screenshot.png](Screenshot)
+
+
+## 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.
+
+
+## License
+Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
+COPYING file).
+
+
+[1]: https://github.com/teddywing/Copy-Mailto/releases
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..8b0a4ff
--- /dev/null
+++ b/screenshot.png
Binary files differ