branch: externals/clipboard-collector
commit d3e2659ba99608e1366ae1553290a7cb0ebb5b5e
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Update Readme
---
README.org | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.org b/README.org
index d9f5090..9d309f9 100644
--- a/README.org
+++ b/README.org
@@ -19,6 +19,10 @@ Once called the clipboard is observed and any text that is
copied/killed gets
collected. To finish use =C-c C-c= in any buffer to insert the collected items
separated by newlines.
+By default a timer is used to poll the clipboard for changes, you can use
+[[https://github.com/DamienCassou/gpastel][gpastel]] to avoid polling the
clipboard (using =gpastel-update-hook=). This
+will be done automatically if =gpastel-mode= is found to be active.
+
If you want to have specific rules for which items get collected and maybe
transform them before collecting them you can create you own commands using
=clipboard-collector-create= macro.