aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-10-17 22:46:43 -0700
committerGravatar Tom Willemse2022-10-17 22:46:43 -0700
commit2e1d452392b8ebe8e0ba9e2a2bc15a3d6944b208 (patch)
treef9a68f3344ae1e836274c2f708b2b10a3e907b81 /README.org
parent9171f217e12f72d04a6ba5f854fdcd12ace4404c (diff)
downloadnotmuch-collect-tasks-2e1d452392b8ebe8e0ba9e2a2bc15a3d6944b208.tar.gz
notmuch-collect-tasks-2e1d452392b8ebe8e0ba9e2a2bc15a3d6944b208.zip
Add simple READMEHEADmaster
Diffstat (limited to 'README.org')
-rw-r--r--README.org19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..26de715
--- /dev/null
+++ b/README.org
@@ -0,0 +1,19 @@
+#+title: Notmuch Collect Tasks
+
+A simple script that searches through the [[https://notmuchmail.org/][notmuch]] database and sees if any need to be turned into tasks to be put in my Getting Things Done inbox file, to be run as a hook for notmuch.
+
+* Requirements
+
+This script needs [[https://scsh.net/][scsh]] and notmuch.
+
+* Installation
+
+Put the =notmuch-collect-tasks= anywhere in your =$PATH=.
+
+* Usage
+
+Call the =notmuch-collect-tasks= script with the location of your inbox file as the only argument, for example:
+
+: notmuch-collect-tasks ~/documents/gtd/inbox.org
+
+It's recommended that this is done as part of the =post-new= hook of your notmuch configuration.