]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
Rename the "contrib" directory to "completion".
authorCarl Worth <cworth@cworth.org>
Tue, 6 Apr 2010 17:48:21 +0000 (10:48 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 6 Apr 2010 21:36:31 +0000 (14:36 -0700)
The original "contrib" name is lousy. Everything in notmuch has been
contributed, and we are integrating as much of it as possible, (rather
than making users grub through contrib looking for useful pieces to
install).

Meanwhile, the only things we have in contrib are command-line
completion scripts, so "completion" makes more sense as a name, (and
helps make "./configure" slightly less ambiguous).

completion/README [new file with mode: 0644]
completion/notmuch-completion.bash [moved from contrib/notmuch-completion.bash with 100% similarity]
completion/notmuch-completion.tcsh [moved from contrib/notmuch-completion.tcsh with 100% similarity]
completion/notmuch-completion.zsh [moved from contrib/notmuch-completion.zsh with 100% similarity]

diff --git a/completion/README b/completion/README
new file mode 100644 (file)
index 0000000..40a30e5
--- /dev/null
@@ -0,0 +1,10 @@
+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