Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: Fix util-linux variant detection in _getopt | dana | 2022-04-26 | 1 | -3/+4 |
| | | | | | | This had been broken all along for the actual util-linux getopt; i think the 'enhanced' text comes from the original author's version, which Homebrew was still using when the function was written | ||||
* | unposted (cf. users/27656 (Tomasz Pala), users/27660): fix $SUFFIX when ↵ | Bart Schaefer | 2022-04-19 | 1 | -1/+1 |
| | | | | GLOB_COMPLETE | ||||
* | 50017: allow lowercase to match with uppercase in timezone name | Jun-ichi Takimoto | 2022-04-12 | 1 | -1/+2 |
| | |||||
* | 49968: _adb: also replace model names, since device names aren't sent on ↵ | Mikael Magnusson | 2022-04-03 | 1 | -0/+2 |
| | | | | wifi listing | ||||
* | 49967: _adb: Handle dumpsys SurfaceFlinger arguments | Mikael Magnusson | 2022-04-03 | 1 | -3/+51 |
| | |||||
* | 49966: _adb: Parse device spec correctly | Mikael Magnusson | 2022-04-03 | 1 | -6/+5 |
| | | | | This was particularly annoying when trying to complete logtags after adb logcat -s | ||||
* | 49965: _adb: use $CURRENT instead of $#words | Mikael Magnusson | 2022-04-03 | 1 | -6/+6 |
| | |||||
* | 49964: _adb: Complete services for start/stop | Mikael Magnusson | 2022-04-03 | 1 | -1/+15 |
| | |||||
* | 49963: _adb: Fix device serial completion for hostname:port syntax | Mikael Magnusson | 2022-04-03 | 1 | -1/+1 |
| | |||||
* | 49962: _adb: Add dumpsys and cmd completion | Mikael Magnusson | 2022-04-03 | 1 | -1/+21 |
| | |||||
* | 49961: _adb: handle exec-out like shell | Mikael Magnusson | 2022-04-03 | 1 | -1/+2 |
| | |||||
* | 49943: offer only timezone files starting with uppercase | Jun-ichi Takimoto | 2022-04-01 | 1 | -1/+1 |
| | |||||
* | 49875: completion for info -f. | Peter Stephenson | 2022-03-24 | 1 | -2/+7 |
| | | | | Use local files if there's a slash in the argument. | ||||
* | 49852: Add _routing_domains and _routing_tables types | Matthew Martin | 2022-03-18 | 6 | -7/+6 |
| | |||||
* | 49766: _less: add quotes to -" and -# | Jun-ichi Takimoto | 2022-02-23 | 1 | -2/+2 |
| | |||||
* | 49765: _less: add option --color as synonym for -D | Jun-ichi Takimoto | 2022-02-23 | 1 | -2/+2 |
| | |||||
* | 49757 (sourceforge #1): offer *.dtx as TeX input files | samcarter | 2022-02-16 | 1 | -1/+1 |
| | |||||
* | 49730: new completions for csplit, pr, ptx, truncate | Jun-ichi Takimoto | 2022-02-04 | 4 | -0/+277 |
| | |||||
* | 49715: _subversion: add: Complete target arguments to this subcommand | Daniel Shahaf | 2022-01-29 | 1 | -10/+14 |
| | |||||
* | 49714: _subversion: resolve: Complete conflicted files created by merges, too | Daniel Shahaf | 2022-01-29 | 1 | -1/+5 |
| | |||||
* | 49713: _subversion: commit, diff, revert: Update completions for svn 1.7 and ↵ | Daniel Shahaf | 2022-01-29 | 1 | -26/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | newer * _svn_deletedfiles: Remove. The last version of svn(1) under which that function could possibly complete anything, svn 1.6.x, was EOLed in 2013. Newer versions don't have a "text-base" directory, so $controlled is set to an empty array, so this function returned false for all files, so in 'svn rm' (up to the previous commit) all files were completed (because that's what '_files -g "*(e:false:)"' does). * _svn_status: Remove. Versions of svn newer than the aforementioned 1.6.x have an entries file but never modify it, so the "mtime has changed" check would false negative. Therefore, sequences such as: . svn <TAB> echo >> some/versioned/file svn ci <TAB> . wouldn't offer some/versioned/file. . Furthermore, completion would offer directories with no changed files in them, and even unversioned directories. Now only changed files/directories are offered. * _cache_svn_status, _cache_svn_mtime: Remove. If these hadn't been removed, I would have moved their declarations to file scope so _svn_status could be used from outside this file, too. The replacement function, _svn_modified, doesn't have cache support, but does honour the 'verbose' style to inhibit recursion to subdirectories. | ||||
* | 49712: _subversion: svn rm: Complete all svn-controlled files, not only ↵ | Daniel Shahaf | 2022-01-29 | 1 | -1/+1 |
| | | | | | | missing/deleted files Note that currently, _svn_controlled matches all files. | ||||
* | 49711: _subversion: _svn_status: Don't offer unversioned files | Daniel Shahaf | 2022-01-29 | 1 | -1/+1 |
| | | | | | This function is used only by revert, diff, and commit, none of which can run on unversioned files (those with status '?'). | ||||
* | gitlab !17: Add missing options for quilt setup command | Andreas Schneider | 2022-01-23 | 1 | -0/+2 |
| | |||||
* | 49664: Use associative array for third-party completion | Aaron Schrab | 2021-12-29 | 1 | -4/+4 |
| | |||||
* | 49668: update zfs completion | Oliver Kiddle | 2021-12-29 | 4 | -893/+1359 |
| | |||||
* | 49655 based on 34928 (Daniel Hahler): new pip completion | Oliver Kiddle | 2021-12-21 | 1 | -0/+213 |
| | |||||
* | 49648 based on github #80 (Vincent Bernat): invert before/since for date ↵ | Oliver Kiddle | 2021-12-16 | 1 | -2/+2 |
| | | | | glob qualifiers completion | ||||
* | 49645: when completing for the path_dirs option, add a / suffix and follow ↵ | Oliver Kiddle | 2021-12-13 | 1 | -6/+7 |
| | | | | symlinks | ||||
* | 49633: update options for git 2.34 | Oliver Kiddle | 2021-12-07 | 1 | -124/+238 |
| | |||||
* | 49631: new logger completion | Oliver Kiddle | 2021-12-02 | 1 | -0/+80 |
| | |||||
* | github #83: _git-push, _git-send-pack: Make --push-option repeatable. | Paul Seyfert | 2021-11-26 | 1 | -2/+2 |
| | |||||
* | 49449: _zstat: Don't offer -o after -s, since -s is ignored when both -s and ↵ | Daniel Shahaf | 2021-11-26 | 1 | -1/+1 |
| | | | | -o are specified. | ||||
* | 49597: add a helper for completing numbers with unit suffixes and separate ↵ | Oliver Kiddle | 2021-11-24 | 11 | -80/+62 |
| | | | | out defaults, ranges and units in completion descriptions | ||||
* | 49594: adapt to changes in 49499 to ensure file modes starting with dash ↵ | Oliver Kiddle | 2021-11-19 | 1 | -1/+4 |
| | | | | aren't taken to be flags | ||||
* | 49584: allow for build options in gem install completion | Oliver Kiddle | 2021-11-19 | 1 | -0/+5 |
| | |||||
* | github #82: Fix typos | Dimitris Apostolou | 2021-11-12 | 2 | -3/+3 |
| | |||||
* | unposted: fix case statement fall-through for ansible-galaxy role completion | Oliver Kiddle | 2021-11-12 | 1 | -1/+1 |
| | |||||
* | 49564: always use descriptions included in the file-patterns style and allow ↵ | Oliver Kiddle | 2021-11-12 | 1 | -19/+26 |
| | | | | the recursive-files style to also work in those cases | ||||
* | users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH option | Bart Schaefer | 2021-10-31 | 1 | -1/+4 |
| | |||||
* | 49431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processing | Peter Palfrader | 2021-10-26 | 1 | -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. | ||||
* | 49519: quote completed options as needed and remove the now superfluous ↵ | Oliver Kiddle | 2021-10-26 | 5 | -6/+6 |
| | | | | quotes from option specifications | ||||
* | github #79 (tweaked): _ssh: update options in apple's version of ssh-add | Xavier Hsinyuan | 2021-10-16 | 1 | -3/+13 |
| | |||||
* | 49441: _timeout: Add OpenBSD | Matthew Martin | 2021-10-13 | 1 | -2/+2 |
| | |||||
* | 49444: libarchive tar can actually extract much more formats | Alex Xu (Hello71) | 2021-09-28 | 1 | -1/+1 |
| | |||||
* | Add support for multi-project builds to _gradle | Marlon Richert | 2021-09-28 | 1 | -8/+30 |
| | |||||
* | 48832: try _gnu_generic first | Bart Schaefer | 2021-09-06 | 1 | -1/+1 |
| | |||||
* | 49343: Fix file name completion of GNU digest utilities | Shohei YOSHIDA | 2021-09-04 | 1 | -1/+4 |
| | |||||
* | 49345: fix git file completion for paths starting with ../ | Oliver Kiddle | 2021-09-04 | 1 | -4/+4 |
| | |||||
* | 49327: complete for new git maintenance, for-each-repo, sparse-checkout and ↵ | Oliver Kiddle | 2021-08-29 | 1 | -2/+106 |
| | | | | bugreport commands |