summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2015-08-27unposted: _subversion: Avoid SHORT_LOOPSDaniel Shahaf1-1/+1
2015-08-2736304: _git-cat-file: Fix regression in 36237Daniel Shahaf1-0/+1
This broke 'git cat-file blob origin:Etc/<TAB>'.
2015-08-2436277: _git: Updated for git-clone 2.4.5.Daniel Shahaf1-2/+5
2015-08-1936247: __git_objects: Complete HEAD:./foo correctly in worktree subdirDaniel Shahaf1-1/+5
2015-08-1936237: __git_objects: Complete HEAD:foo correctly in worktree subdirDaniel Shahaf1-2/+13
2015-08-1936236: _git-log: Complete multiple revspecsDaniel Shahaf1-0/+5
e.g., git log origin/master origin/foo origin/bar
2015-08-1936236: _git-log: complete 'git rm'd filesDaniel Shahaf1-3/+3
2015-08-1936148: _git-log: Complete flags after positional argumentOliver Kiddle1-25/+23
2015-08-1936208: _subversion: Complete a few more option switchesDaniel Shahaf1-0/+18
The while (( idx )) form should guarantee that these switches are only added if the 'svn' binary supports them. (One of these switches isn't present in svn 1.8 or earlier.)
2015-08-1736172: _imagemagick: Use $formats a bit more correctlyMikael Magnusson1-4/+5
2015-08-1736183: _ssh: update to 7.0Mikael Magnusson1-4/+15
2015-08-1536091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftpMikael Magnusson1-1/+7
2015-08-15Revert 36118Mikael Magnusson1-1/+1
This works already except if list-dirs-first is set, and that is being fixed separately.
2015-08-14unposted: fix minor typosDaniel Hahler1-1/+1
2015-08-13unposted: _subversion: Complete property names for propdelDaniel Shahaf1-1/+1
Previously, filenames would be completed.
2015-08-13Wieland Hoffmann: 36123: protect against word splitting in ↵Wieland Hoffmann1-2/+2
__git_is_committish_range
2015-08-1236127: assorted minor completion function changesOliver Kiddle9-12/+15
2015-08-1236120: _sort: Fix syntax errorMikael Magnusson1-1/+1
2015-08-1236118: _imagemagick: complete all files if image files didn't matchMikael Magnusson1-1/+1
2015-08-1236117: _wget: complete headers for --header and add --no-use-server-timestampsMikael Magnusson1-1/+40
2015-08-1236116: _git: various fixesMikael Magnusson1-5/+5
Add = to git checkout --conflict= completion fix transposed [- git push remote argument is not optional can use shorter syntax for a check
2015-08-1036069: _tmux: Fix \ooo display in completion listFrank Terbeck1-1/+1
2015-08-1036070: _tmux: Update bell-action and prefix optionsFrank Terbeck1-3/+3
2015-08-1036060: _tmux: Update TODOFrank Terbeck1-5/+6
2015-08-1036061: _tmux: Add support for new window optionsFrank Terbeck1-0/+36
2015-08-1036055: _tmux: Add support for new server optionsFrank Terbeck1-0/+8
2015-08-1036059: _tmux: Add new session optionsFrank Terbeck1-0/+36
2015-08-1036051: _tmux: Remove support for old optionsFrank Terbeck1-60/+0
2015-08-1036047: _tmux: Fix options with changed scopeFrank Terbeck1-8/+8
2015-08-1036064: _tmux: Add new command aliasesFrank Terbeck1-0/+3
2015-08-1036052: _tmux: Remove old sub-commands and their aliasesFrank Terbeck1-59/+0
2015-08-1036049: _tmux: options => session_optionsFrank Terbeck1-5/+5
2015-08-1036054: _tmux: "local -x" serves no purposeFrank Terbeck1-2/+2
2015-08-1036057: _tmux: Replay all arguments when dispatching to new _tmux()Frank Terbeck1-1/+1
2015-08-1036058: _tmux: No need to unset local variablesFrank Terbeck1-1/+0
2015-08-1036050: _tmux: Don't unset, set empty in local scopeFrank Terbeck1-1/+1
2015-08-1036063: _tmux: Remove dead codeFrank Terbeck1-12/+0
2015-08-1036062: _tmux: Add support for new sub-commandsFrank Terbeck1-12/+88
2015-08-1036048: _tmux: Update options for supported commandsFrank Terbeck1-145/+194
This also adds a little TODO on top about what is missing.
2015-08-1036046: _tmux: Update command line optionsFrank Terbeck1-1/+2
New: -C and -V Removed: -q (tmux still excepts it for backward compatibility, but it does nothing)
2015-08-0535991: _ssh: add ssh option FingerprintHashChristian Hesse1-0/+5
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-08-05unposted: _ssh: use the -q option for the = suffixMikael Magnusson1-1/+1
This way, you can press = to start completing the values instead of the space, backspace, tab dance
2015-08-0535989: _ssh: update to 6.9Mikael Magnusson1-45/+82
2015-08-0535973: new systat and vmstat completionsEric Cook1-0/+83
2015-08-0535972: allow for Directive=Value format in .ssh/configEric Cook1-2/+2
2015-08-0535986: add ssh option UpdateHostKeysChristian Hesse1-0/+1
2015-08-0235970: completion: fix typos in _git and _brace_parameterDaniel Hahler1-2/+2
2015-08-0235957: fix _make-expandVars()Jun-ichi Takimoto1-60/+72
Also use variables set in the command line and environment.
2015-07-3135960 (tweaked): complete correct options for OpenBSD's findMatthew Martin1-9/+13
2015-07-2635274: completion: Add FreeBSD's watch(1)Daniel Shahaf1-0/+9
Review-by: Oliver Kiddle