about summary refs log tree commit diff
path: root/Completion/Unix/Type
Commit message (Collapse)AuthorAgeFilesLines
* github #93: Replace /etc/mtab with /proc/self/mounts for LinuxNorbert Lange2022-05-251-1/+6
| | | | | | /proc/self/mounts has been available since Linux 2.4.19, released in 2002. /etc/mtab is usually a symlink to this file but might not exist
* unposted (cf. users/27656 (Tomasz Pala), users/27660): fix $SUFFIX when ↵Bart Schaefer2022-04-191-1/+1
| | | | GLOB_COMPLETE
* 50017: allow lowercase to match with uppercase in timezone nameJun-ichi Takimoto2022-04-121-1/+2
|
* 49943: offer only timezone files starting with uppercaseJun-ichi Takimoto2022-04-011-1/+1
|
* 49668: update zfs completionOliver Kiddle2021-12-292-21/+9
|
* 49645: when completing for the path_dirs option, add a / suffix and follow ↵Oliver Kiddle2021-12-131-6/+7
| | | | symlinks
* 49564: always use descriptions included in the file-patterns style and allow ↵Oliver Kiddle2021-11-121-19/+26
| | | | the recursive-files style to also work in those cases
* users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH optionBart Schaefer2021-10-311-1/+4
|
* 49431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processingPeter Palfrader2021-10-261-4/+5
| | | | | | When iterating over the ssh config file, iterate over the array linearly instead of always processing the first and then removing it from the list. This speeds up processing significantly.
* 49444: libarchive tar can actually extract much more formatsAlex Xu (Hello71)2021-09-281-1/+1
|
* 49150: consistently use singular form for headings on completion match groupsOliver Kiddle2021-07-092-2/+2
|
* 48321 (tweaked per thread): _perl_modules: Don't assume ${words[1]} to be ↵Daniel Shahaf2021-04-081-5/+6
| | | | | | | either "perl" or "perldoc" Also, correct an always-true condition guarding the fallback @INC codepath.
* 48414: quote closing bracket to adapt for change in 43928Oliver Kiddle2021-04-061-1/+1
|
* 47930: update completions for FreeBSD base up to 12.2Oliver Kiddle2021-02-071-4/+3
|
* based on github #62: return proper exit statusoxiedi2021-02-071-2/+4
|
* github #60: Fix completion for a zfs dataset containing spacesMathias Fredriksson2020-07-081-3/+3
|
* github #50: Complete hosts in "Match" directiveSATOH Fumiyasu2020-07-081-0/+12
|
* github #53: Allow specifying directory name for _remote_filesJames Pike2020-07-081-5/+12
|
* 46075: drelo: prefer ip on linux for finding network interfacesdrelo2020-06-261-3/+9
|
* users/24892: fix local declaration with recursive-files style and complete ↵Oliver Kiddle2020-06-111-1/+1
| | | | it for zstyle
* 45939: Add _pgids typeMatthew Martin2020-06-011-0/+5
|
* gitlab !13: tar supports zstandard (zstd)noraj2020-05-091-2/+2
| | | | | | | | | | | | | Problem Variants of tar based on libarchive or GNU tar can support extracting zstd based files. Solution Add this type of to _tar_archive. From noraj <gitlab@mg.gitlab.com>
* unposted: libarchive tar can extract zip filesEitan Adler2020-05-071-1/+3
| | | | | | | | | | | Problem Variants of tar based on libarchive can extract zip files but `tar xf <tab>` does not complete this type of file. Solution Add this type of to _tar_archive.
* _diff_options: Restore -w completion lost in workers/43351Martin von Wittich2020-02-061-0/+1
|
* Fix typos reported by codespell in shell codeMikael Magnusson2020-01-091-1/+1
|
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-092-2/+2
|
* 44846: _dates: Fix regression caused by workers/44274dana2019-10-181-1/+1
|
* 44798: completion option updateOliver Kiddle2019-10-011-0/+1
|
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-075-11/+11
|
* 44249: Completion: Handle zsh/files built-ins in _mv and _rmdirdana2019-04-261-1/+1
|
* 44147: add/update completions for procps-ngJun-ichi Takimoto2019-03-221-1/+1
| | | | New completions for free, pmap, slabtop, tload. Update _top.
* 44090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana2019-02-271-1/+1
| | | | | The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
* 44085: _remote_files: Prevent ls/alias settings from mangling file listingsdana2019-02-261-1/+4
|
* 44034: _date_formats: Complete %9./%N, adjust wordingdana2019-02-031-7/+12
|
* users/23829: add and coument file-split-chars stylePeter Stephenson2019-01-081-0/+5
|
* 43959: Add completion for strongSwan, &al.dana2019-01-011-1/+1
| | | | Also update _urls to complete unix:// URIs as for file://
* 43897: Add/update various completion functionsdana2018-12-171-1/+1
| | | | | * Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
* 43871: _files: Support `-F '(pat ...)'` as with _path_filesdana2018-12-091-0/+2
|
* 43861: make "(#" completion safer by checking for ")"Peter Stephenson2018-12-041-1/+1
|
* 43860: Complete glob flags at start of word.Peter Stephenson2018-12-041-0/+4
|
* 43761: update five completion functions for darwinJun-ichi Takimoto2018-11-071-2/+1
|
* users/23642: Revert _files change from workers/42984Takeshi Banse2018-09-241-1/+1
| | | | See also users/23635
* 43351: handle the new diff implementation in the pre-release version of ↵Oliver Kiddle2018-08-291-60/+61
| | | | FreeBSD 12
* 43345: don't modify global variable in _umountableOliver Kiddle2018-08-281-1/+1
|
* 43207: Improve _bind_addresses, _phpdana2018-07-311-2/+35
| | | | | Minor change from the patch as posted to the ML: _php now calls _bind_addresses with -K, since it can't actually listen on a link-local address.
* 43183: fix '_ttys -o' and use it in _gdb/_pgrepJun-ichi Takimoto2018-07-191-1/+1
|
* 43166: new zathura completionDoron Behar2018-07-171-1/+1
|
* 43046: Add mupdf completerMatthew Martin2018-07-071-1/+1
|
* 43134: don't complete SIG in front of numeric signalsdana2018-07-031-1/+1
|
* 43107: add an option to _ttys to complete only open ttysJun-ichi Takimoto2018-07-011-5/+11
| | | | Use the option in _ps and _watch-snoop