summaryrefslogtreecommitdiffstats
path: root/complete
AgeCommit message (Collapse)Author
2017-09-06doc: clarify --with-filename behavior with --headingDan Fabulich
2017-08-09Add -x/--line-regexp (#520)dana
add -x/--line-regexp flag
2017-07-26Make completion support short-option values in same word; handle debug variabledana
2017-07-18Refactor zsh completion functiondana
- Improve documentation - Reorganise into functions - Order options lexicographically - Correct minor wording inconsistencies - Fix --count error - Fix --maxdepth error - Fix --path-separator error - Fix --version error - Adjust exclusivity for --files, -h, -j, -o, -r, -t, -T, -v, -V, &c. - Improve pattern-operand guard behaviour - Partially fix issue with colorspec state - Fix issue with typespec state - Add completion for <type>:include: sequence - Move licence info out of the way
2017-07-06Add `-f` to completionsdana
2017-07-03Add --iglob to zsh completion functiondana
2017-07-03Improve zsh completion functiondana
- Add missing options - Fix confusion between --count and --max-count - Improve wording consistency (capitalisation, punctuation, contractions, &c.) - Add completion for encodings - Add completion for colour specs - Add partial completion for type specs
2017-05-29Add Zsh completion fileFangrui Song