notmuch/completion
Jani Nikula 2302fd7925 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/
2013-03-28 15:07:54 -04:00
..
Makefile fix sum moar typos [build scripts, Makefiles] 2011-06-23 15:44:59 -07:00
Makefile.local build: Add support for non-source-directory builds. 2011-03-09 15:10:03 -08:00
notmuch-completion.bash completion: complete bash completion rewrite 2013-03-28 15:07:54 -04:00
notmuch-completion.tcsh Rename the "contrib" directory to "completion". 2010-04-06 14:36:31 -07:00
notmuch-completion.zsh Rename the "contrib" directory to "completion". 2010-04-06 14:36:31 -07:00
README Rename the "contrib" directory to "completion". 2010-04-06 14:36:31 -07:00

notmuch completion

This directory contains support for various shells to automatically
complete partially entered notmuch command lines.

notmuch-completion.bash	Command-line completion for the bash shell

notmuch-completion.tcsh	Command-line completion for the tcsh shell

notmuch-completion.zsh	Command-line completion for the zsh shell