aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud <julien.nicoulaud@gmail.com>2012-08-14 13:12:38 -0700
committerJulien Nicoulaud <julien.nicoulaud@gmail.com>2012-08-14 13:12:38 -0700
commitfccb9239f55816e5cb077aabbd55ec3cd1300302 (patch)
treefd42f1dac464cc4170600fefb7935bce89b19a34
parentFix README after 10ffeb0 (diff)
parentAck completion support for --invert-file-match (diff)
downloadzsh-completions-fccb9239f55816e5cb077aabbd55ec3cd1300302.tar
zsh-completions-fccb9239f55816e5cb077aabbd55ec3cd1300302.tar.gz
zsh-completions-fccb9239f55816e5cb077aabbd55ec3cd1300302.tar.bz2
zsh-completions-fccb9239f55816e5cb077aabbd55ec3cd1300302.tar.lz
zsh-completions-fccb9239f55816e5cb077aabbd55ec3cd1300302.tar.xz
zsh-completions-fccb9239f55816e5cb077aabbd55ec3cd1300302.tar.zst
zsh-completions-fccb9239f55816e5cb077aabbd55ec3cd1300302.zip
Merge pull request #92 from dserodio/master
Ack completion support for --invert-file-match
-rw-r--r--src/_ack1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_ack b/src/_ack
index 9893c35..7feb69f 100644
--- a/src/_ack
+++ b/src/_ack
@@ -84,6 +84,7 @@ _ack() {
'(-i --ignore-case)'{-i,--ignore-case}'[ignore case in the search strings]' \
'*--ignore-dir[ignore directory]:directory:_files -/' \
'*--noignore-dir[don'\''t ignore directory]:directory:_files -/' \
+ '--invert-file-match[print/search handle files that do not match -g/-G]' \
'--line[only print given line of each file]:number' \
'(-l --files-with-matches -L --files-without-matches)'{-l,--files-with-matches}'[only print the filenames of matching files, instead of the matching text]' \
'(-L --files-without-matches -l --files-with-matches)'{-L,--files-without-matches}'[only print the filenames of files that do NOT match]' \