summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClemens Radermacher <clemera@posteo.net>2018-12-18 20:00:02 +0100
committerClemens Radermacher <clemera@posteo.net>2018-12-18 20:00:02 +0100
commitb7102704b2cda5c02050e7671d6e18dcd03ebb25 (patch)
treec5e8e92138116c4fdd4cbafa0fcc1bab55c2fd5f
parentdc4b60f2cd743ef6f27f94cdb465942d597775f6 (diff)
Mention clipmon
-rw-r--r--README.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.org b/README.org
index 7a13e1f..2325c00 100644
--- a/README.org
+++ b/README.org
@@ -56,3 +56,8 @@ regex in that function, too:
(clipboard-collector-create cc-url
(("https?://\\([^/]*\\)" "Url: %s" (lambda (item) (match-string 1 item)))))
#+END_SRC
+
+* Related projects
+
+There is [[https://github.com/bburns/clipmon][clipmon]] but I wanted something more flexible and I wanted it to work in
+and outside of Emacs.