summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
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
2015-07-2335867: new patchutils (interdiff etc) completionOliver Kiddle1-0/+106
2015-07-2335866: complete also for pigz and allow for NetBSD gzipOliver Kiddle2-28/+37
2015-07-1335779: completion: _git-config: remove extraneous "local expl"Daniel Hahler1-1/+0
It is defined at the beginning of the function already, and results in the output of `expl=''` when completing after `git config branch.local.pushremote ` etc.
2015-07-0735718: new calendar style date completionOliver Kiddle1-5/+16
2015-07-0235663: zpool completion fix needed after completion changePeter Stephenson1-1/+1
2015-06-2335529: fix filename completion after java -jarOliver Kiddle1-18/+48
2015-06-1935531: fallback on file completionOliver Kiddle1-11/+15
2015-06-1835510: use consistent formatting for git subcommandsOliver Kiddle1-83/+33
2015-06-1835504: complete % placeholders for git log --formatOliver Kiddle1-10/+90
2015-06-17_gdb: Allow 'core' to occur anywhere in a coredump filenameMikael Magnusson1-1/+1
2015-06-1435467: complete files for non-GNU duBarton E. Schaefer1-1/+1
2015-06-0835216: _git-checkout: do not call __git_commits twiceDaniel Hahler1-3/+1
This makes `branch_arg` empty by default, to be used only for __git_remote_branch_names. `branches::__git_revisions` was used here, but that's the same as tree_ish_arg='tree-ishs::__git_tree_ishs' - both call __git_commits. Only tree_ish_arg will call __git-commits now.
2015-06-0235271: New completion: beep.Daniel Shahaf1-0/+50
The new completion is mostly boilerplate except for the handling of $words/$CURRENT to support specifying the arguments multiple times separated by -n.
2015-06-0235356: factor out completion of tty devicesOliver Kiddle4-14/+9
2015-05-2935098: completion: git: provide --amend also with "message" groupDaniel Hahler1-2/+2
Especially during a git rebase, you would use `git commit -m foo --amend`.
2015-05-2835315: replace inappropriate uses of _path_commandsOliver Kiddle1-45/+42
2015-05-2735293: fix zstyle lookup with _php: use trailing colonDaniel Hahler1-1/+1
2015-05-2735286: fix zstyle lookups with _baz and _tlaDaniel Hahler2-4/+4
Add trailing colons to context being used with `zstyle -s`.
2015-05-2235261: completion: git: __git_recent_commits: local retDaniel Hahler1-1/+1
Without this, `ret` will be set to 1 with `git diff --ex<tab>` and result in duplicate entries: % git diff --ex<tab> -- option -- --exit-code -- report exit code 1 if differences, 0 otherwise --exit-code -- report exit code 1 if differences, 0 otherwise --ext-diff -- allow external diff helper to be executed --ext-diff -- allow external diff helper to be executed --no-ext-diff -- disallow external diff helper to be executed -- recent commit object name --
2015-05-1935224: completion: git: Add fast-export --signed-tags=warn-stripDaniel Shahaf1-1/+2
2015-05-1935217: add missing changelog entry; use "-O expl" with _alternativeDaniel Hahler1-1/+1