summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_tar
AgeCommit message (Collapse)AuthorFilesLines
2022-12-3051249: use of --force-local with tar completionDaniel Shahaf1-1/+1
2019-09-2044768: _tar: improve completion of long optionsJun-ichi Takimoto1-1/+1
2018-08-28unposted: complete also for bsdtarOliver Kiddle1-1/+1
2018-04-0542585: improve completion for libarchive-based tarJun-ichi Takimoto1-1/+1
Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler).
2017-12-2842175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto1-1/+1
_call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
2017-12-2742176: _tar: update long optionsJun-ichi Takimoto1-2/+8
2016-02-1437972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵Barton E. Schaefer1-1/+1
errors
2015-05-1835168: Improve parsing of case patterns.Peter Stephenson1-1/+1
"|" is now found properly by looking for words that come from the lexical analyser, rather than hacking a pattern returned in one dollop. Update some completion functions that need extra quoting as a result. Add test for new parsing. Update version number to 5.0.8-dev-3 because of wordcode incompatibility.
2011-12-1330019: _tar: fix parsing of argument to -C.Mikael Magnusson1-1/+1
2009-12-0327448: mild understanding of xz-compressed tarballs.Clint Adams1-0/+4
2008-07-1125276: use autoload -z for zsh-autoload functionsPeter Stephenson1-1/+1
2006-10-10allow - before first argument of tarPeter Stephenson1-0/+2
2006-06-25unposted: autoload is-at-least in _tar if using GNU tar.Clint Adams1-1/+2
2006-06-2422513: only do that for GNU tar >= 1.14.91.Clint Adams1-1/+7
2006-06-2422511: complete compressed archive filenames for GNU tar even when a compressionClint Adams1-0/+2
option is not specified.
2003-02-27correct typo from recent changeOliver Kiddle1-1/+1
2003-02-2618300: handle tar's -C option betterOliver Kiddle1-11/+32
2001-04-02moved from Completion/User/_tarSven Wischnowsky1-0/+150