From 5d0a01dceb67e9bdcb95bcb2328baef5e7ea7d52 Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Wed, 18 Nov 2009 17:15:43 -0800 Subject: [PATCH] Checkin some command-only tcsh completions Modified-by Carl Worth : Just moved the file down into contrib where the other completion scripts are. --- contrib/notmuch-completion.tcsh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/notmuch-completion.tcsh diff --git a/contrib/notmuch-completion.tcsh b/contrib/notmuch-completion.tcsh new file mode 100644 index 00000000..c0d3a446 --- /dev/null +++ b/contrib/notmuch-completion.tcsh @@ -0,0 +1,2 @@ +set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'` +complete notmuch 'p/1/$NOTMUCH_CMD/' -- 2.43.0