summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2017-09-0441621: _mkdir: Honour the 'command' and 'builtin' precommand modifiers.Daniel Shahaf1-13/+12
2017-09-0441620 (tweaked per 41622): _mkdir: Don't offer a linux-specific option in ↵Daniel Shahaf1-9/+5
the 'zsh' variant.
2017-09-0441637: add explicit objdump completionMarc Aldorasi1-2/+104
2017-08-3041567: _tmux: Complete detached sessions first for attach-session.Daniel Shahaf1-1/+20
2017-08-3041566: _tmux: Complete only attached sessions for detach-session.Daniel Shahaf1-1/+8
2017-08-3041564: _tmux: Complete environment variables and their values for ↵Daniel Shahaf1-5/+94
set-environment and show-environment. Also, teach show-environment not to offer --options after positional arguments.
2017-08-3041557: _tmux: show-environment, set-environment: Make -g,-t mutually exclusive.Daniel Shahaf1-4/+4
tmux does not error out on the combination, but it does ignore one of the two when both are specified.
2017-08-3041558: _tmux: Complete option names for show-options and show-window-options.Daniel Shahaf1-6/+23
2017-08-2941618: Added some arguments autocompletion to _todo.sh.Андрей Стоцкий (_RuRo_)1-0/+12
2017-08-2941617: complete new tracepath optionsOliver Kiddle1-5/+0
2017-08-2941616: update completion options to entr 3.8Oliver Kiddle1-2/+16
2017-08-2541602 (tweaked): Improve wording in gpg completion.William da Silva1-6/+6
2017-08-2541601: handle system differences in arp completion and add function for routeOliver Kiddle2-15/+349
2017-08-2541600: fix quoting of songs for mpc completionOliver Kiddle1-23/+88
also avoid sending errors to stderr and update completion of options and subcommands
2017-08-2541598: new who and w completionsOliver Kiddle2-0/+111
2017-08-1841568: complete vmstat options on NetBSD and Solaris and add some exclusion ↵Oliver Kiddle1-23/+67
lists
2017-08-1841561: update dhclient completionOliver Kiddle1-22/+64
handle Free/OpenBSD implementations and bring options up-to-date for the ISC implementation
2017-08-1841560: cleanup chsh completion for different platformsOliver Kiddle1-35/+62
2017-08-16users/22834: allow completion after -c and a few other new ip optionsTomasz Pala1-0/+15
2017-08-1641556: complete BPF (libpcap) filtersOliver Kiddle2-73/+137
2017-08-1641552: complete only branches after git worktree add --detachOliver Kiddle1-2/+2
the --detach is superfluous for other commits
2017-08-0841481: _df: Complete mounted device and mount points.Daniel Shahaf2-45/+4
This splits umount's "udevordir" completion from _mount to a new file, without changing it.
2017-08-0841486: _tmux: Correct completions of new-window, split-window, ↵Daniel Shahaf1-4/+4
respawn-window, respawn-pane. This follows up to 41467 which patched new-session.
2017-08-0641493: fix to not print hash into terminal and update options for git 2.14Oliver Kiddle1-2/+7
2017-08-0541492: update some options in completionsOliver Kiddle3-31/+52
2017-08-0241479: _xz: Complete compressed, rather than uncompressed, files after -d.Daniel Shahaf1-1/+1
2017-08-0241475: _git: Complete files after 'reset' when there are no commits, when ↵Daniel Shahaf1-0/+6
the 'verbose' style is set.
2017-07-31unposted: _git: Fix style lookup for 'max-verbose'.Daniel Shahaf1-1/+1
2017-07-2841467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf1-1/+1
Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
2017-07-2841471 (tweaked): _svn: Complete propvals in 'propset'.Daniel Shahaf1-1/+24
2017-07-2841458: _subversion: Don't cache an empty commands list when svn is not ↵Daniel Shahaf1-1/+6
available at the first invocation of _svn.
2017-07-1541432: use option grouping in xz completionOliver Kiddle1-40/+41
2017-07-1541431: update options in assorted completionsOliver Kiddle6-22/+56
2017-07-1441414: fix for commas used in exclusion listsFabian Klötzl2-2/+9
also missing escape for _gcc and --no-index option for git diff
2017-07-1441419: update for git 2.13.2Oliver Kiddle1-11/+30
2017-07-1141409: complete "django startproject"Marcin Mielniczuk1-0/+1
2017-06-2241339: Unquote treeish argument for git checkout completionPeter Stephenson1-2/+2
2017-06-0141177: _nm: add support for macOS and OpenBSDJun-ichi Takimoto1-30/+80
2017-05-2841159: handle "Include" and "HostName" lines in ~/.ssh/configBarton E. Schaefer1-11/+17
Added 2>/dev/null to conceal file access errors.
2017-05-2241087: Update kvno completion to MIT krb 1.14Marko Myllynen1-4/+6
2017-05-2241086: Update librt completionsMarko Myllynen1-2/+3
2017-05-2241085: Update OpenStack completionsMarko Myllynen1-3/+3
2017-04-26unposted: fix syntax on line endOliver Kiddle1-1/+1
2017-04-2640965: fix for missing local declarations of explOliver Kiddle12-35/+55
2017-04-2641006: _ls: new optiosns and a few fixesJun-ichi Takimoto1-24/+76
2017-04-2340943: __git_recent_commits: prefer recent commit objectsDaniel Hahler1-2/+2
Without this "commit to be amended" shows up before "recent commit object name" with `git commit --fixup`, but the recent commit objects are the most useful here.
2017-03-2440878: additional stgit squash command completeionAlexandre Rames1-1/+1
2017-03-1640855: _dmidecode: Fix _arguments syntax error.Daniel Shahaf1-1/+1
2017-03-1440843: update options for ruby 2.4.0p0Oliver Kiddle1-3/+4
2017-03-1440842: update completions for coreutils and similar utilities, also ↵Oliver Kiddle12-132/+226
improving BSD and Solaris support