summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2005-05-21unposted: add firefox to list of basic URL completed web browsersDoug Kearns1-1/+1
2005-05-1221257: Fix typo in completion for p4 password.Felix Rosencrantz1-1/+1
2005-05-11Joerg Sonnenberger: 21252: Dragonfly BSD supportOliver Kiddle7-17/+18
2005-05-09 * 21239: Completion/Unix/Command/_ccal: completion for ccal.Clint Adams1-0/+17
2005-05-0921235,21236: fixes to _remote_filesBart Schaefer1-2/+7
2005-04-27- Changed the --include, --exclude, and --filter (-f) options soWayne Davison1-3/+4
that they can be specified multiple times. - Added the --only-write-batch=FILE option for the upcoming 2.6.5.
2005-04-24Tobias Gruetzmacher 21168: locality and visibility of some completion varsBart Schaefer2-4/+8
2005-04-21users/8733: rudimentary completion for surfraw.Clint Adams1-0/+15
2005-04-1821154 - Added pid completion to _perforce for p4 monitor (clear|terminate) ↵Felix Rosencrantz1-1/+10
commands.
2005-04-17 * 21150: Completion/Unix/Command/_baz, Completion/Unix/Command/_tla:Clint Adams2-4/+4
handle parsing of subcommand help output a bit more sanely.
2005-04-16 * 21147: factor out some common code from _tla and _baz, and fix some breakageClint Adams2-225/+10
from 21075.
2005-04-12 * 21135: complete attached sessions after screen -x.Clint Adams1-1/+1
2005-04-06Carlos Phillips: private email: much improved _darcs completionPeter Stephenson1-7/+501
2005-04-05The --address option is useful in both client- and daemon-mode.Wayne Davison1-1/+1
2005-04-0321086: fix module completion (broken in previous patch) and other tweaksAndrey Borzenkov1-4/+6
2005-04-0121081: complete network services for the psmisc version of fuserOliver Kiddle1-25/+50
2005-04-01correct handling of svn commitOliver Kiddle1-4/+9
2005-03-3121076: use _files with (e) qualifier to handle completing files by their statusOliver Kiddle1-5/+30
2005-03-3121075: update baz completion to not use -A option since it's being dropped ↵Clint Adams1-13/+7
in baz 1.3.
2005-03-28Added --protocol option.Wayne Davison1-0/+1
2005-03-2721068: complete modified files for 'svn revert'.Clint Adams1-0/+10
2005-03-2621066: rsync:// support and more fixesAndrey Borzenkov1-18/+35
2005-03-2221051: more tweaks in SVR4 completionAndrey Borzenkov1-2/+2
2005-03-21Stephen Rüger: 21019: new completion for mpcOliver Kiddle2-2/+234
2005-03-11The --compare-dest, --link-dest, and (new) --copy-dest optionsWayne Davison1-2/+3
needed to allow duplication and to exclude each other.
2005-03-11 * 20961: Completion/Unix/Command/_baz: fix completion of status and diff ↵Clint Adams1-2/+4
subcommands.
2005-03-1020957: SVR4 and Solaris supportAndrey Borzenkov1-15/+40
2005-03-0920953: "du --version" tries to display size of files in current directory on ↵Motoi WASHIDA1-1/+1
FreeBSD and Darwin.
2005-03-09 * 20951: Completion/Unix/Command/_baz: fix version detection and baz merge ↵Clint Adams1-3/+3
completion.
2005-03-07 * 20942: Completion/Unix/Command/_showmount: completion for showmount command.Clint Adams1-0/+10
2005-03-07 * 20940: Completion/Unix/Command/_knock: completion for knock command.Clint Adams1-0/+9
2005-03-07 * 20939: Completion/Unix/Command/_groff: completion for groff command.Clint Adams1-0/+45
2005-03-07 * 20938: Completion/Unix/Command/_fuser: completion for fuser command.Clint Adams1-0/+17
2005-03-07 * 20937: Completion/Unix/Command/_fortune: completion for fortune command.Clint Adams1-0/+15
2005-03-0320921: using UCS-4BE instead of ISO-10646 to identify character encodingOliver Kiddle1-1/+3
is more portable, find more encodings in iconv completion on Solaris 20924: make error message more specific
2005-03-03Henryk Konsek: 20918: new completion for unaceOliver Kiddle2-1/+19
2005-03-02 * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'ConnorClint Adams1-5/+8
to limit recursion depth in make completion variable expansion.
2005-03-02Don't try to expand a single-character Makefile variable ifWayne Davison1-1/+1
it is a digit.
2005-03-01Got rid of --copy-dest, which didn't make it into rsync 2.6.4.Wayne Davison1-1/+0
2005-03-0120897: complete system printers in _a2psPeter Stephenson1-2/+13
2005-02-2520867: handle imported files that are specified using a relative pathOliver Kiddle1-2/+3
2005-02-24Konstantin Sobolev: 20832 (modified): gather targets from imported filesOliver Kiddle1-1/+4
2005-02-20- Added a missing '=' to two commands that take args.Wayne Davison1-3/+3
- Removed the unintentional arg from --delay-updates.
2005-02-20Got rid of some of the specified option-conflicts between theWayne Davison1-7/+7
delete options -- I was using it to cut down on the useless suggestions, but it was failing to continue completing if the user specified something like "--delete-after --delete" (which is valid but superfluous). Also got rid of an accidental option-conflict between --archive (-a) and --recursive (-r).
2005-02-20Added the last 2 new options from the upcoming rsync 2.6.4.Wayne Davison1-0/+2
2005-02-15- Split the options up into two sets: daemon options, and clientWayne Davison1-34/+37
options. This makes sure that daemon options aren't offered after client options, and visa versa. - Added some missing exclusion-lists for options (that avoids offering conflicting options to the user). - Improved the description of a few options. - Added some new options for the upcoming rsync 2.6.4.
2005-02-10Added missing closing double-quote.Wayne Davison1-1/+1
2005-02-09Kris Shannon: 20801: fix missing $ in expression to parse scriptBart Schaefer1-1/+1
2005-02-01 * 20773: Completion/Unix/Command/_getconf: additional variables from confstr().Clint Adams1-1/+8
2005-01-28- Added new options for impending 2.6.4 release.Wayne Davison1-44/+51
- Improved the descriptions of several old options. - Got rid of the "-- ..." options to _arguments (so that we don't try to use the output of "rsync --help").