summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2001-12-12allow tag-order to select order of files and urls (16323)Oliver Kiddle1-1/+1
2001-12-12allow tag-order to select order of files and urls (16330)Oliver Kiddle3-7/+5
2001-12-1116326: completion for mozilla, some more web browsers in webbrowserClint Adams1-1/+1
2001-12-1116325: update for wget 1.8Oliver Kiddle1-11/+18
2001-12-11new mtools completionOliver Kiddle2-1/+157
2001-12-1116320: factor out file system completion to new functionOliver Kiddle2-37/+22
2001-12-0916315: completion for spamassassinClint Adams2-1/+16
2001-12-07users/4503: don't complete source or header files after gcc -oPeter Stephenson1-1/+1
2001-12-06users/4519: complete files in all argument positions for zip (bug fix)Oliver Kiddle1-1/+1
2001-11-2916293: completion for arpingClint Adams2-1/+21
2001-11-2916292: completion for rsyncClint Adams2-1/+6
2001-11-1516254: complete map names after ypmatchPeter Stephenson1-1/+2
16255: options for default output base for zcalc
2001-10-2616174: complete value of $TZOliver Kiddle1-5/+1
2001-10-2216092: Completion/Unix/Command/_mysql_utils: don't override settings in ↵Adam Spiers1-3/+3
~/.my.cnf
2001-10-1716078: zip -rClint Adams1-1/+2
2001-10-14Fix typos.Bart Schaefer1-2/+2
2001-10-1016005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux.Clint Adams1-4/+6
2001-10-08update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983)Oliver Kiddle4-4/+10
2001-10-08Insert missing single quote.Bart Schaefer1-1/+1
2001-10-0515941: complete reiserfs mount options.Clint Adams1-1/+12
2001-10-0515940: complete -o utf8 for mount -t vfat.Clint Adams1-1/+2
2001-10-0515939: complete xfs mount options (for Linux).Clint Adams1-1/+21
2001-10-0515938: complete ext3 mount optionsClint Adams1-1/+7
2001-09-27.distfiles fixes for 4.1.0-dev-2Peter Stephenson1-0/+1
2001-09-2515866: complete v2 ciphers after -o Ciphers=, protocols after -o Protocol=Clint Adams1-1/+20
2001-09-11new completion for samba tools (15781)Oliver Kiddle2-1/+94
2001-08-28handle zsh options in _shPeter Stephenson1-0/+9
2001-08-2215683: completion for links(1)Clint Adams2-1/+32
2001-08-21Better handling of manual section numbers.Bart Schaefer1-3/+14
2001-08-1415629: unzip -Z should behave just as zipinfo doesClint Adams1-4/+9
2001-08-09add exclusion lists to _dd and check for redhat/mandrake in _user_adminOliver Kiddle2-21/+23
2001-08-08follow-up to 15588; add -w option to _values (look at all words); change _dd ↵Sven Wischnowsky1-17/+11
back (15597)
2001-08-07make _dd not use already used specs; fix for selecting stuff to complete in ↵Sven Wischnowsky1-11/+19
_describe; fix for correction and _describe with grouped lists (15588)
2001-08-06correct mistake with 15574Oliver Kiddle1-1/+1
2001-08-06share descriptions for long/short opts in more completions and other changesOliver Kiddle9-254/+262
2001-08-03new BSD completion and fix _chown for symlinksOliver Kiddle2-12/+13
2001-07-3115551: complete presumably compressed files for gzip -t and -lClint Adams1-1/+3
2001-07-2715507: new zcalc functionPeter Stephenson1-1/+1
15508: cvs tag didn't complete tags despite it's claim.
2001-07-25some more places where list-separator should be used (15485)Sven Wischnowsky1-6/+7
2001-07-24improve user/host completion before a @ (15468)Sven Wischnowsky1-0/+2
2001-07-18add support for -R option (15402)Sven Wischnowsky1-0/+9
2001-07-17use colon separator for BSD (15393)Oliver Kiddle1-1/+1
2001-07-1315390: Cygwin supportAndrey Borzenkov1-0/+44
2001-07-10remove not only numeric suffixes, but also `.n' and the like (15352)Sven Wischnowsky1-3/+2
2001-07-06add exclusion lists and use _multi_parts for sysctl completion on BSD (15252)Oliver Kiddle1-17/+20
2001-07-03add completion for sysctl(8) (15215, 15223)Oliver Kiddle2-1/+34
2001-06-28Unposted: Add _last.Bart Schaefer1-1/+1
2001-06-2515079: completion for last(1)Clint Adams1-0/+17
2001-06-21improve pattern matching to make match specs work for manual page completion ↵Sven Wischnowsky1-45/+60
(15029)
2001-06-13fix for comparguments (completing after single letter options that get their ↵Sven Wischnowsky1-2/+2
argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897)