about summary refs log tree commit diff
path: root/Completion/Unix/Type
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 23519: Use tag remote-files for remote filesPeter Stephenson2018-06-291-2/+2
|
* 43080: _sys_calls: analyze recent syscall.h properlyJun-ichi Takimoto2018-06-251-1/+1
|
* 43079, 43086: new utility to complete names of running processesJun-ichi Takimoto2018-06-251-0/+44
| | | | And new completions for dtruss, fs_usage and sc_usage.
* 43047: Make _bind_addresses always return local IPsdana2018-06-181-13/+15
|
* 42984: Fix argument pass-through to compadddana2018-06-112-2/+2
|
* 42730: Complete the options for rmdirMatthew Martin2018-04-291-1/+1
|
* 42585: improve completion for libarchive-based tarJun-ichi Takimoto2018-04-051-1/+1
| | | | | | Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler).
* 42570: new completion for drill and factor out DNS type completionOliver Kiddle2018-03-301-0/+8
|
* 42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use ↵Oliver Kiddle2018-03-241-0/+41
| | | | for mosh and git
* 42222: _object_files: recognize .dylib (macOS)dana2018-01-051-1/+1
|
* 42214: use less general names on new functions for completing file flags and ↵dana2018-01-041-0/+0
| | | | modes
* 42210: factor out completion of file modes and flags and handle ↵dana2018-01-041-0/+37
| | | | _comp_priv_prefix for chflags
* 42207: support g prefixes for GNU variants on systems like macOS+Homebrewdana2018-01-031-1/+1
|
* * 42143: fix a pattern in _object_filesJun-ichi Takimoto2017-12-201-1/+2
|
* 41831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle2017-10-111-1/+1
| | | | a better choice than -P
* unposted: add missing #autoload directiveOliver Kiddle2017-08-291-0/+2
|
* 41556: complete BPF (libpcap) filtersOliver Kiddle2017-08-161-0/+215
|
* 41481: _df: Complete mounted device and mount points.Daniel Shahaf2017-08-081-0/+44
| | | | | This splits umount's "udevordir" completion from _mount to a new file, without changing it.
* 41467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf2017-07-281-0/+17
| | | | | | Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
* 40965: fix for missing local declarations of explOliver Kiddle2017-04-261-1/+1
|
* 40973: _remote_files: Fix completion of remote files that start with a ↵Daniel Shahaf2017-04-181-2/+4
| | | | hyphen/minus.
* * 40782: avoid dependency on zsh/regex moduleSebastian Gniazdowski2017-04-011-2/+3
|
* unposted: fix previous commitMikael Magnusson2016-12-011-1/+2
|
* 40024: Update _path_files since quoting requirements changed in 39412Mikael Magnusson2016-12-011-4/+2
|