[notmuch] [PATCH] Checkin some command-only tcsh completions
Alexander Botero-Lowry
alex.boterolowry at gmail.com
Wed Nov 18 17:15:43 PST 2009
---
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
More information about the notmuch
mailing list