notmuch/contrib/notmuch-completion.tcsh
Alexander Botero-Lowry 5d0a01dceb Checkin some command-only tcsh completions
Modified-by Carl Worth <cworth@cworth.org>: Just moved the file down
into contrib where the other completion scripts are.
2009-11-20 18:15:19 +01:00

2 lines
105 B
Tcsh

set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'`
complete notmuch 'p/1/$NOTMUCH_CMD/'