summary refs log tree commit diff
path: root/Completion/Unix/Type
Commit message (Collapse)AuthorAgeFilesLines
* 39295: allow -- to appear in the command line passed as an argumentOliver Kiddle2016-09-121-2/+2
|
* 39193 (cf. Yoshio Hanawa: 39192): don't pass options from after -- on to compaddOliver Kiddle2016-09-071-6/+9
|
* 39154: _files: -/ with list-dirs-first resulted in a bad pattern, thus ↵Daniel Shahaf2016-09-021-1/+1
| | | | aborting completion partway.
* 39105: _hashed_absolute_command_paths: Make the display string the basename.Daniel Shahaf2016-08-271-1/+3
| | | | This makes better use of terminal real estate.
* 39103: _typed-in_absolute_command_paths: Better handle non-empty arguments ↵Daniel Shahaf2016-08-271-1/+7
| | | | that don't start with a slash.
* 39070: umount: Complete /f/b<TAB> → /foo/bar (for absolute path arguments ↵Daniel Shahaf2016-08-271-1/+27
| | | | only, for now)
* 39067: update options to correspond to latest versions of software in ↵Oliver Kiddle2016-08-191-2/+25
| | | | various functions
* unposted: _canonical_paths: Port docstring changes from 39044.Daniel Shahaf2016-08-181-2/+2
|
* 38967: _hosts: Don't complete wildcard entries from ~/.ssh/known_hosts.Daniel Shahaf2016-07-311-7/+16
|
* 38868: update completions for new options on FreeBSDOliver Kiddle2016-07-171-3/+3
|
* 38867: update strace completionOliver Kiddle2016-07-171-0/+20
| | | | | Also factor out completion for system calls and new functions for truss and ltrace.
* 38713: don't add calendar matches when not immediately entering menu selectionOliver Kiddle2016-06-181-1/+2
|
* 38707: strip suffix for glob qualifier completionOliver Kiddle2016-06-182-0/+2
|
* users/21609: do not treat tilde-expansions as quoted when inside command ↵Barton E. Schaefer2016-06-031-1/+1
| | | | substitutions
* 38577: _signals: Don't complete SIGEXIT from _kill.Daniel Shahaf2016-06-031-5/+8
|
* 38420: _baudrates: Make style lookups fit better with the rest of compsysFrank Terbeck2016-05-091-6/+6
| | | | | | | | To quote Oliver Kiddle: > The original concept with styles was that style's could have fairly > generic names because the context allows you to select the detailed > context. So perhaps consider allowing this to work as, for example: > zstyle ':completion:*:*:screen:*:baud-rates' max-value 9600
* 38421: _baudrates: Fit better into the general completion frameworkFrank Terbeck2016-05-091-11/+5
| | | | | | This should work better in concert with other helpers and builtins of the completion system by accepting arguments that would be handed to compadd.
* 38426: _baudrates: Use 2 space indentationFrank Terbeck2016-05-091-14/+14
| | | | As per the completion-style-guide.
* 38422: _baudrate -> _baudratesFrank Terbeck2016-05-091-1/+1
| | | | | Oliver notes that helper functions usually have plural names by convention.
* 38388: Refactor baud rate completionFrank Terbeck2016-05-021-0/+84
| | | | | This adds a new helper function _baudrate and uses it in place of private solutions in various existing completions.
* 37972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵Barton E. Schaefer2016-02-141-1/+1
| | | | errors
* 37665: Completion: New helper _absolute_command_paths.Daniel Shahaf2016-01-201-0/+29
|
* 37664: docs: Document the completion function _command_names.Daniel Shahaf2016-01-201-0/+3
|
* 37401: pattern error caused too much activity in _list_files for some stylesPeter Stephenson2015-12-141-1/+1
|
* 37383: add completion type for object filesMatthew Martin2015-12-111-0/+11
|
* unposted: Remove uneeded executability bits.Daniel Shahaf2015-12-031-0/+0
|
* 37163: Remove curl completionDaniel Shahaf2015-11-271-1/+1
|
* 37201: change quoting to handle group names with spacesMatthew Martin2015-11-221-2/+2
|
* 36646: handle solaris/openzfs differences; only use -t share on solarisEric Cook2015-10-191-2/+4
|
* 36243: fix a few problems of "_pids -m pattern"Jun-ichi Takimoto2015-08-201-1/+1
|
* 36165: simplify file-patterns default to a single patternOliver Kiddle2015-08-171-42/+6
|
* 36113: ip(8) may add suffixes which is not good for completion matchesEric Cook2015-08-131-13/+6
|
* 36127: assorted minor completion function changesOliver Kiddle2015-08-121-1/+1
|
* faster method of generating list of python modulesAntony Lee2015-07-261-4/+2
|
* 35789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from ↵Oliver Kiddle2015-07-141-1/+19
| | | | _path_files so it is called once and not for each file pattern
* 35774: fix double formatting of date explanation messageOliver Kiddle2015-07-141-4/+7
|
* 35748: fixes to prompt spec completion where it contains date formatsOliver Kiddle2015-07-091-134/+0
|
* 35749: (c.f. Jun T: 35732): fix exclusion list for flags/modifiersOliver Kiddle2015-07-091-2/+2
|
* 35727: support OpenBSD for diff optionsMatthew Martin2015-07-081-11/+41
|
* 35700: complete OS specific date format specifiers and put % in a prefixOliver Kiddle2015-07-071-71/+97
|
* 35718: new calendar style date completionOliver Kiddle2015-07-071-0/+123
|
* 35697: _ps1234, _date_formats: Complete strftime formats for %D{}Mikael Magnusson2015-07-062-3/+91
|
* 35696: _ps1234: complete colors for %F{ and %K{Mikael Magnusson2015-07-061-6/+23
|
* 35527: use list-separator style in cases where separator was hardcodedOliver Kiddle2015-06-191-2/+3
|
* 35528: allow for IPREFIXOliver Kiddle2015-06-191-1/+1
|
* 35356: factor out completion of tty devicesOliver Kiddle2015-06-021-0/+19
|
* 35232: matching parenthesesİsmail Dönmez2015-05-201-1/+1
|
* 35168: Improve parsing of case patterns.Peter Stephenson2015-05-181-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.
* 35011: update completions for some common Unix commands,Oliver Kiddle2015-05-032-16/+12
| | | | in particular improving FreeBSD support
* users/20058: improve device completion in ip completion.Peter Stephenson2015-03-312-37/+46
| | | | | We were too eager to regard strings already on the command line as possible devices.