From: Alexander Botero-Lowry Date: Thu, 19 Nov 2009 01:15:43 +0000 (-0800) Subject: Checkin some command-only tcsh completions X-Git-Tag: 0.1~403 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5d0a01dceb67e9bdcb95bcb2328baef5e7ea7d52;hp=14807ed2de1290740b56952561f745c0a5ab6168 Checkin some command-only tcsh completions Modified-by Carl Worth : Just moved the file down into contrib where the other completion scripts are. --- 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/'