aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
blob: 26de71547397ced154145020cccb51f39930fb01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.