X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=completion%2Fnotmuch-completion.tcsh;fp=completion%2Fnotmuch-completion.tcsh;h=c0d3a4463555e87b4588ed58d7b0e664b2d9ac6f;hb=e1a84ab1733c78fce8afeef8f022122988fc8a10;hp=0000000000000000000000000000000000000000;hpb=f23b233e3ad7217c207ff2d4b223d729f4002330;p=notmuch diff --git a/completion/notmuch-completion.tcsh b/completion/notmuch-completion.tcsh new file mode 100644 index 00000000..c0d3a446 --- /dev/null +++ b/completion/notmuch-completion.tcsh @@ -0,0 +1,2 @@ +set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'` +complete notmuch 'p/1/$NOTMUCH_CMD/'