[notmuch] [PATCH] Checkin some command-only tcsh completions

Subject: [notmuch] [PATCH] Checkin some command-only tcsh completions

Date: Wed, 18 Nov 2009 17:15:43 -0800

To: notmuch@notmuchmail.org

Cc:

From: Alexander Botero-Lowry


---
 notmuch-completion.tcsh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 notmuch-completion.tcsh

diff --git a/notmuch-completion.tcsh b/notmuch-completion.tcsh
new file mode 100644
index 0000000..c0d3a44
--- /dev/null
+++ b/notmuch-completion.tcsh
@@ -0,0 +1,2 @@
+set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'`
+complete notmuch 'p/1/$NOTMUCH_CMD/'
-- 
1.6.5.2


Thread: