summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2017-09-2841762: fix for completion in assignment to associative array elementOliver Kiddle1-1/+1
2017-09-22update mtr completion through mtr 0.92Oliver Kiddle1-20/+58
2017-09-22update options in tune2fs completion through e2fsprogs 1.43.6Oliver Kiddle1-17/+30
2017-09-2241732: bring tmux completion in line with tmux 2.5 - removing completion of ↵Oliver Kiddle1-25/+23
mode tables
2017-09-1841729: update options for gnutls completion plus cleanup and rearrange the ↵Oliver Kiddle1-115/+170
function
2017-09-1841728: new completion for flac and update options in metaflac completionOliver Kiddle2-54/+120
2017-09-1841727: run tidy -xml-config to get HTML options for completionOliver Kiddle1-101/+33
2017-09-1841726: add + and = to option specs taking arguments and update options to 1.7.5Oliver Kiddle1-31/+53
2017-09-18update completion of options for util-linux 2.30.1Oliver Kiddle4-76/+137
2017-09-1841725: assorted minor updates to completion functionsOliver Kiddle14-57/+96
2017-09-1841724: update ethtool completion for new optionsOliver Kiddle1-160/+270
2017-09-1541711: new dconf completionOliver Kiddle1-0/+71
2017-09-1541710: new smartctl completionOliver Kiddle1-0/+61
2017-09-1541709: update options in Linux sysstat completionsOliver Kiddle2-30/+62
2017-09-0941628 (plus 41645 by Oliver): _ps: update optionsJun-ichi Takimoto1-24/+76
also do not reset compstate[insert]
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 Kiddle2-5/+9
2017-08-2941616: update completion options to entr 3.8Oliver Kiddle1-2/+16
2017-08-29unposted: add missing #autoload directiveOliver Kiddle1-0/+2
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-1841563: fix completion description alignment with _regex_wordsOliver Kiddle1-9/+12
2017-08-1841562: correct completed wordOliver Kiddle1-1/+1
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-17users/22834: fix irritating bug in file glob for Linux kernel modulesTomasz Pala1-1/+1
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 Kiddle4-156/+380
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 Shahaf3-45/+48
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 Kiddle4-32/+55
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-08-0141474: Fix pbuilder's --distribution,--architecture completion.Daniel Shahaf2-2/+14
2017-07-31unposted: _git: Fix style lookup for 'max-verbose'.Daniel Shahaf1-1/+1
2017-07-2841467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf2-1/+18
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