branch: externals/clipboard-collector
commit b7102704b2cda5c02050e7671d6e18dcd03ebb25
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Mention clipmon
---
README.org | 5 +++++
1 file changed, 5 insertions(+)
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.