From: Jani Nikula Date: Sun, 3 Mar 2013 20:59:28 +0000 (+0200) Subject: completion: complete bash completion rewrite X-Git-Tag: 0.16_rc1~179 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2302fd7925ab624d2fd17ba6bceabf656e6ad741;hp=2302fd7925ab624d2fd17ba6bceabf656e6ad741 completion: complete bash completion rewrite Rewrite the bash completion script to actually do something useful. Supported completions: * All the notmuch commands, command line arguments, and values for keyword arguments. * Tags after + and - in 'notmuch tag'. * Config options in 'notmuch config', and some config option values. * Search prefixes in all commands that use search terms. * Tags after tag: prefix in search terms. * User's email addresses after from: and to: in search terms. This is all based on the bash-completion package [1], and will not work without it. [1] http://bash-completion.alioth.debian.org/ ---