mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
14807ed2de
commit
5d0a01dceb
1 changed files with 2 additions and 0 deletions
2
contrib/notmuch-completion.tcsh
Normal file
2
contrib/notmuch-completion.tcsh
Normal file
|
@ -0,0 +1,2 @@
|
|||
set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'`
|
||||
complete notmuch 'p/1/$NOTMUCH_CMD/'
|
Loading…
Reference in a new issue