about summary refs log tree commit diff
path: root/Completion/Unix/Type
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
| | | | Mostly fixes to doubled words.
* 39757 plus test: Fix completion under parenthetical directory names, broken ↵Daniel Shahaf2016-11-271-1/+1
| | | | in 39412
* 40013: process zsh-specific time format extensions correctlyJun-ichi Takimoto2016-11-261-2/+2
|
* 40005: call _date_formats from _dateJun-ichi Takimoto2016-11-241-9/+8
| | | | also update both files for darwin etc.
* unposted: fix typo that was causing handling of "--" argument to failBarton E. Schaefer2016-11-031-1/+1
|
* 39797: obsolete the helper functions fixed by the previous two changesBarton E. Schaefer2016-11-011-62/+4
| | | | | | Replacing them with the new ${var:P} modifier. Previous deltas may be useful for backport to zsh 5.2 and before.
* 39795: preserve "cd -" behavior around directory shuffling in ↵Barton E. Schaefer2016-10-311-1/+3
| | | | _canonical_paths_pwd
* 39792: improve handling of relative paths in _canonical_paths_add_pathsBarton E. Schaefer2016-10-311-1/+4
|
* 39706: _tilde_files: Offer named directories. Document.Daniel Shahaf2016-10-241-1/+2
|
* 39708: Document _email_addresses.Daniel Shahaf2016-10-241-0/+2
|
* 39623: new evince completionOliver Kiddle2016-10-141-1/+1
|
* 39489: _path_files: Interpret -P as literally, rather than as a pattern.Daniel Shahaf2016-10-071-1/+1
| | | | Follow-up to the last commit.
* 39410: Fix unintentional history modifiers.Daniel Shahaf2016-09-221-2/+2
|
* 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
|