1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-23 17:01:05 +02:00
Commit graph

1672 commits

Author SHA1 Message Date
Clint Adams
cea681c928 17509: complete .xhtml files as well as .html files. 2002-08-07 00:15:05 +00:00
Oliver Kiddle
e5ccda3b9c 17484: fix option check and add missing #autoload tag 2002-07-26 13:54:37 +00:00
Clint Adams
f45395457b 17476: Matt Zimmerman's completion for GNU GLOBAL. 2002-07-22 21:31:44 +00:00
Tanaka Akira
adfd162709 * 17459: Completion/Unix/Command/_cvs: exclude file which have
RCS kflags for cvs add.
2002-07-16 04:47:47 +00:00
Sven Wischnowsky
f5c8907ec5 keep globbing quiet in _path_files; check if group/user exists in _chown (17393) 2002-07-02 14:06:44 +00:00
Peter Stephenson
61f9940d67 Usual .distfiles tidy-up 2002-06-17 13:29:23 +00:00
Clint Adams
5441412544 17266: check manpath even when $MANPATH is set. 2002-05-31 05:02:38 +00:00
Oliver Kiddle
d8d9181861 add handling for the other texinfo commands (besides info) 2002-05-28 14:22:38 +00:00
Clint Adams
b66a4a262f 17234: don't call _path_files with empty (). 2002-05-26 19:22:42 +00:00
Clint Adams
53ec91769c 17225: $=CVSIGNORE instead of $CVSIGNORE 2002-05-25 23:04:02 +00:00
Andrey Borzenkov
395cb853d7 17125, 17159 (Oliver): info completion 2002-05-23 14:36:17 +00:00
Clint Adams
c08e0636e8 17211: respect $CVSIGNORE. 2002-05-23 06:23:34 +00:00
Sven Wischnowsky
b169a45ebc let _init_d use a pre-pattern (17193) 2002-05-21 07:58:24 +00:00
Sven Wischnowsky
ba168b43da fix removal of automatically added specs (from the -- option) for which a user-defined one is present (17191) 2002-05-21 07:44:57 +00:00
Felix Rosencrantz
bfc32be424 (17021) Added _valgrind, completion function for Julian Seward's Linux-based memory checking tool. 2002-05-20 21:51:56 +00:00
Felix Rosencrantz
9b9b21cc67 Function for Tom Lord's arch SCM tool. It still has many problems,
but seems to be the fullest larch completion function so far.
2002-05-20 14:29:47 +00:00
Andrey Borzenkov
e484b0f83c 17075, 17076: _urpmi and chkconfig/services 2002-05-08 09:18:12 +00:00
Clint Adams
daa674de33 unposted: add missing bracket in _spamassassin. 2002-04-29 03:03:56 +00:00
Clint Adams
4e4a8475fb 17044: complete all files for w3m, not just *.html. 2002-04-25 15:16:26 +00:00
Felix Rosencrantz
b3e7ac2f75 Modified _java to use _java_class. 2002-04-16 14:15:33 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Oliver Kiddle
e38adccc5d 16935: update options completed for ssh and add sftp completion 2002-04-04 14:59:54 +00:00
Clint Adams
87ac2d16d9 16934: complete ssh -1 as well as ssh -2. 2002-04-04 12:41:35 +00:00
Oliver Kiddle
1f14da726e John Beppu: 16866: new completion for figlet 2002-03-27 14:47:14 +00:00
Oliver Kiddle
25b84ec914 handle dot files and directories too 2002-03-19 18:45:32 +00:00
Oliver Kiddle
79952b8e05 16864: fix remote file completion with relative paths 2002-03-19 17:28:20 +00:00
Oliver Kiddle
40c3087461 correct my mistake which broke file completion after grep 2002-03-19 14:49:16 +00:00
Oliver Kiddle
c4bc712432 arg to -C option must be in the same word 2002-03-19 14:38:36 +00:00
Clint Adams
ad47f84fa8 16850: remote file completion via rsync and ssh, plus all options valid in rsync 2.5.2. 2002-03-17 19:00:29 +00:00
Clint Adams
ff494e0299 16847: complete multiple -j's after cvs update. 2002-03-17 05:15:35 +00:00
Oliver Kiddle
79323d6d41 16842: resolve name clash for nc between netcat and the nedit client for
completion and add _pick_variant to resolve program variants in general
2002-03-15 16:26:08 +00:00
Oliver Kiddle
2fa33574f0 16838: complete new options of grep 2.5 and value for GREP_OPTIONS parameter 2002-03-15 14:49:36 +00:00
Oliver Kiddle
975b133365 16823: complete for values of GZIP and any *PATH or *path parameters 2002-03-14 15:54:36 +00:00
Peter Stephenson
10cbfa987a 16821+16831: _gzip, _compress, _bzip2 complete after redirections 2002-03-14 14:38:48 +00:00
Sven Wischnowsky
45f9a36216 remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819) 2002-03-13 09:28:04 +00:00
Oliver Kiddle
799b34d817 16804: completion for sccs 2002-03-11 13:08:25 +00:00
Clint Adams
968d8e5e2c 16789: completion for netcat 2002-03-10 04:20:55 +00:00
Adam Spiers
d5d9de3ae3 16779: Completion/Unix/Command/_mysqldiff,
Completion/Unix/Command/.distfiles: new completion for my mysqldiff
utility.
2002-03-07 14:00:43 +00:00
Clint Adams
8ad09f834c 16778: completion by Istvan Sebestyen for irssi. 2002-03-07 13:36:38 +00:00
Adam Spiers
824e519964 16769: Completion/Unix/Command/_gcc: fix typo 2002-03-06 14:22:40 +00:00
Sven Wischnowsky
f56ba813bb allow different sets of completion definitions selected with option -T to compdef; use this for parameter values and redirections (16755) 2002-03-04 08:53:41 +00:00
Sven Wischnowsky
8dcd8e54c5 make _guard use _mesage -e'; make _message -e' use $curtag as a default; change uses of _guard (16708) 2002-02-25 09:09:31 +00:00
Bart Schaefer
f2da4d4ed8 Fix sed expression to correctly extract option names from ~/.pinerc file. 2002-02-21 06:00:57 +00:00
Clint Adams
e8487f3198 16662: use parameter expansion instead of grep, sed, and seq. 2002-02-17 16:46:11 +00:00
Clint Adams
d5ac256e14 Gergely Nagy, 16644: completion for cdcd. 2002-02-14 17:56:53 +00:00
Clint Adams
aa9b40fb5d 16568: get listing of entire directory for approximation and other purposes. 2002-02-05 18:10:52 +00:00
Clint Adams
6b932f3cf7 16566: show ls -F classifiers as display strings. 2002-02-05 18:03:24 +00:00
Clint Adams
8db461b8e4 16555: add | to bracket expression, 2>/dev/null 2002-02-04 18:44:14 +00:00
Clint Adams
190aef0e25 16553: differentiate between files and directories during remote scp completion. 2002-02-04 18:03:02 +00:00
Felix Rosencrantz
2d35fd6ab0 Fixed some problems with _cvs and flags. Fixed _perl to complete a script
args with _normal.
2002-02-04 06:25:35 +00:00
Clint Adams
1dd643b016 16540: short options and local files 2002-02-03 06:12:34 +00:00
Clint Adams
c3e0113d1c 16514: initscript completion fixes 2002-01-30 03:38:29 +00:00
Sven Wischnowsky
3807c902a2 add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483) 2002-01-22 10:22:47 +00:00
Sven Wischnowsky
f463b09b13 allow arguments to be given to functions used by compdef (actually, the strings are eval'uated, so this should be powerful enough) (16472) 2002-01-21 16:13:15 +00:00
Oliver Kiddle
4f6493aff1 *** empty log message *** 2002-01-18 14:49:02 +00:00
Oliver Kiddle
f879a295e1 use pager style instead of $EDITOR and fix bad substitution in exclusion lists 2002-01-17 18:49:32 +00:00
Oliver Kiddle
d7822305b4 16461: a number of minor completion function updates 2002-01-16 16:29:51 +00:00
Oliver Kiddle
8476aa7fc2 16449: new chkconfig completion for both the RedHat and IRIX commands 2002-01-14 14:17:50 +00:00
Sven Wischnowsky
5659f442c0 allow manual pages to be shown separated by section with new separate-sections style (16426) 2002-01-10 11:00:05 +00:00
Bart Schaefer
31634c24e7 users/4483: with "cvs add" et al., complete names of locally removed (but
not committed) files.
2002-01-06 01:08:16 +00:00
Oliver Kiddle
96de4d0740 16396: fix argument handling bugs 2002-01-03 12:47:55 +00:00
Oliver Kiddle
eabe9ea6f8 users/4561: fix code for finding the zipfile's name in the current command-line 2002-01-02 17:14:08 +00:00
Clint Adams
bc10b0e0a5 16375: command completion for fsh 2001-12-26 03:46:13 +00:00
Oliver Kiddle
17502f6eb2 add missing description argument in _values calls (16366) 2001-12-19 15:10:38 +00:00
Oliver Kiddle
cd4e617bfd new ifconfig completion (16366) 2001-12-19 15:07:29 +00:00
Oliver Kiddle
62f2d97f4c allow tag-order to select order of files and urls (16323) 2001-12-12 11:34:18 +00:00
Oliver Kiddle
aed1bad64a allow tag-order to select order of files and urls (16330) 2001-12-12 11:29:34 +00:00
Clint Adams
225a032470 16326: completion for mozilla, some more web browsers in webbrowser 2001-12-11 20:09:55 +00:00
Oliver Kiddle
09a8c2e2be 16325: update for wget 1.8 2001-12-11 17:57:32 +00:00
Oliver Kiddle
5aefa35c49 new mtools completion 2001-12-11 16:03:16 +00:00
Oliver Kiddle
bee1fa9e0d 16320: factor out file system completion to new function 2001-12-11 15:46:21 +00:00
Clint Adams
ad2c724454 16315: completion for spamassassin 2001-12-09 18:17:27 +00:00
Peter Stephenson
960a7e5347 users/4503: don't complete source or header files after gcc -o 2001-12-07 12:43:32 +00:00
Oliver Kiddle
4f5132054f users/4519: complete files in all argument positions for zip (bug fix) 2001-12-06 16:52:28 +00:00
Clint Adams
6b1f011240 16293: completion for arping 2001-11-29 17:58:50 +00:00
Clint Adams
e3e942a005 16292: completion for rsync 2001-11-29 17:08:01 +00:00
Peter Stephenson
f2e7cf4a05 16254: complete map names after ypmatch
16255: options for default output base for zcalc
2001-11-15 18:42:31 +00:00
Oliver Kiddle
0635160db7 16174: complete value of $TZ 2001-10-26 13:05:45 +00:00
Adam Spiers
9a310a83c3 16092: Completion/Unix/Command/_mysql_utils: don't override settings in ~/.my.cnf 2001-10-22 14:03:17 +00:00
Clint Adams
62d4a10902 16078: zip -r 2001-10-17 15:14:45 +00:00
Bart Schaefer
5cc2e90f5b Fix typos. 2001-10-14 17:18:32 +00:00
Clint Adams
414f028ed9 16005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux. 2001-10-10 19:31:07 +00:00
Oliver Kiddle
fe8295d2d2 update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983) 2001-10-08 16:22:39 +00:00
Bart Schaefer
b63f2f824a Insert missing single quote. 2001-10-08 15:08:02 +00:00
Clint Adams
d13c8e8d66 15941: complete reiserfs mount options. 2001-10-05 01:45:41 +00:00
Clint Adams
f7fa53ecaa 15940: complete -o utf8 for mount -t vfat. 2001-10-05 01:36:55 +00:00
Clint Adams
16fe57acd4 15939: complete xfs mount options (for Linux). 2001-10-05 01:29:36 +00:00
Clint Adams
ad3d63eeeb 15938: complete ext3 mount options 2001-10-05 00:58:40 +00:00
Peter Stephenson
4f1d07bb86 .distfiles fixes for 4.1.0-dev-2 2001-09-27 12:03:03 +00:00
Clint Adams
ab90a00264 15866: complete v2 ciphers after -o Ciphers=, protocols after -o Protocol= 2001-09-25 03:06:46 +00:00
Oliver Kiddle
40bdb585e6 new completion for samba tools (15781) 2001-09-11 09:42:56 +00:00
Peter Stephenson
e8f8c3abee handle zsh options in _sh 2001-08-28 20:35:53 +00:00
Clint Adams
3d3e3015c4 15683: completion for links(1) 2001-08-22 21:36:59 +00:00
Bart Schaefer
a90502aeb0 Better handling of manual section numbers. 2001-08-21 18:06:24 +00:00
Clint Adams
fcf0d2c3d5 15629: unzip -Z should behave just as zipinfo does 2001-08-14 16:23:41 +00:00
Oliver Kiddle
9e6c25c031 add exclusion lists to _dd and check for redhat/mandrake in _user_admin 2001-08-09 13:57:29 +00:00
Sven Wischnowsky
7e23143359 follow-up to 15588; add -w option to _values (look at all words); change _dd back (15597) 2001-08-08 07:20:56 +00:00
Sven Wischnowsky
b0ac280e1a make _dd not use already used specs; fix for selecting stuff to complete in _describe; fix for correction and _describe with grouped lists (15588) 2001-08-07 10:38:36 +00:00
Oliver Kiddle
5b523f4462 correct mistake with 15574 2001-08-06 16:10:45 +00:00
Oliver Kiddle
68a8685146 share descriptions for long/short opts in more completions and other changes 2001-08-06 14:42:02 +00:00
Oliver Kiddle
0c3f0b47bf new BSD completion and fix _chown for symlinks 2001-08-03 16:53:26 +00:00
Clint Adams
1ba5ba91ae 15551: complete presumably compressed files for gzip -t and -l 2001-07-31 13:54:04 +00:00
Peter Stephenson
0822510626 15507: new zcalc function
15508: cvs tag didn't complete tags despite it's claim.
2001-07-27 11:34:46 +00:00
Sven Wischnowsky
1df4b6620b some more places where list-separator should be used (15485) 2001-07-25 12:36:34 +00:00
Sven Wischnowsky
a37d1d749d improve user/host completion before a @ (15468) 2001-07-24 07:11:32 +00:00
Sven Wischnowsky
40f6510196 add support for -R option (15402) 2001-07-18 07:06:59 +00:00
Oliver Kiddle
0f2919ceb1 use colon separator for BSD (15393) 2001-07-17 11:06:24 +00:00
Andrey Borzenkov
ed914f48f3 15390: Cygwin support 2001-07-13 12:30:20 +00:00
Sven Wischnowsky
e988866bda remove not only numeric suffixes, but also `.n' and the like (15352) 2001-07-10 08:10:24 +00:00
Oliver Kiddle
1348458447 add exclusion lists and use _multi_parts for sysctl completion on BSD (15252) 2001-07-06 11:22:13 +00:00
Oliver Kiddle
e390c96bd6 add completion for sysctl(8) (15215, 15223) 2001-07-03 14:32:12 +00:00
Bart Schaefer
ddf881f053 Unposted: Add _last. 2001-06-28 08:39:41 +00:00
Clint Adams
4d37e1e5a2 15079: completion for last(1) 2001-06-25 18:52:14 +00:00
Sven Wischnowsky
7571f04c03 improve pattern matching to make match specs work for manual page completion (15029) 2001-06-21 12:53:55 +00:00
Sven Wischnowsky
71a9847d48 fix for comparguments (completing after single letter options that get their 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) 2001-06-13 11:05:51 +00:00
Sven Wischnowsky
ddd50ac548 14883 2001-06-13 08:45:05 +00:00
Bart Schaefer
849b7800af Add _ruby. 2001-06-01 14:09:04 +00:00
Clint Adams
7ed58fa17d 14635: presume '*core' glob for coredump files 2001-06-01 12:18:02 +00:00
Tanaka Akira
3230fba640 * 14628: Completion/Unix/Command/_ruby: new completion function. 2001-06-01 05:37:02 +00:00
Oliver Kiddle
13476e2a86 update _pine for pine 4.33, add echoti completion and update _echotc (14567) 2001-05-30 11:54:53 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00
Clint Adams
84c856aa00 14538: cleaner _perl_config_vars from Matt Zimmerman 2001-05-29 14:35:52 +00:00
Tanaka Akira
851f32f14a * 14377: Completion/Unix/Command/_cvs: support new .cvspass format
introduced by cvs-1.11.1.
2001-05-17 18:21:06 +00:00
Peter Stephenson
e0d80b9a2e typo with compset in _lp 2001-05-17 18:14:17 +00:00
Clint Adams
f41bff3ba1 14362: more modprobe stuff 2001-05-16 12:34:32 +00:00
Clint Adams
96ca999e73 14361: better modprobe completion 2001-05-16 12:02:17 +00:00
Oliver Kiddle
b08c6d6e39 fix bug where /sbin/lsmod was redirected in instead of being run (14355) 2001-05-15 15:14:20 +00:00
Clint Adams
6f17b7c2e2 14341: modprobe -r / rmmod completion 2001-05-15 02:32:51 +00:00
Tanaka Akira
7eb1577bd1 * 14295: Completion/Unix/Command/_cvs: support new cvs subcommands
`rannotate' and `rlog' introduced by cvs-1.11.1.
2001-05-10 09:19:33 +00:00
Oliver Kiddle
7f4eb97085 complete only files that can be chowned (14282) 2001-05-09 15:27:01 +00:00
Bart Schaefer
f8f6c27650 Path prefix completion for cvs subcommands. 2001-05-04 17:16:54 +00:00
Oliver Kiddle
36546001bd minor completion changes (14216) 2001-05-03 13:05:48 +00:00
Clint Adams
64b046ef49 14208: Solaris loadkeys 2001-05-02 16:04:41 +00:00
Clint Adams
e8f602b4e1 14201: completion for loadkeys 2001-05-02 15:02:31 +00:00
Oliver Kiddle
efe55f77a3 new vnc completion and use _guard for pine completion (14112) 2001-04-26 14:00:45 +00:00
Oliver Kiddle
d7417bdc0e add completion for common MUAs and a couple of minor fixes (13982) 2001-04-13 18:42:13 +00:00
Felix Rosencrantz
7bc02e1b74 workers/13914: Added call to _normal after specified class name, and added completion of filenames in jar archive after -x flag 2001-04-06 04:36:48 +00:00
Clint Adams
ec01fb14b4 13899: OSTYPE checking 2001-04-03 21:27:58 +00:00
Clint Adams
cceb266765 13889: move _apm to Unix/Command, add OpenBSD support 2001-04-02 19:21:18 +00:00
Sven Wischnowsky
3d7263ff67 after-move cleanup 2001-04-02 13:04:04 +00:00
Sven Wischnowsky
cbba9da870 new or changed after move 2001-04-02 12:39:40 +00:00
Sven Wischnowsky
3ad7af0385 moved from Completion/User/_use_lo 2001-04-02 12:08:00 +00:00
Sven Wischnowsky
6a65ebef04 moved from Completion/User/_zip 2001-04-02 12:07:44 +00:00
Sven Wischnowsky
7abb7e4f66 moved from Completion/User/_zdump 2001-04-02 12:07:26 +00:00
Sven Wischnowsky
925189174f moved from Completion/User/_zcat 2001-04-02 12:07:09 +00:00
Sven Wischnowsky
17b6ed0231 moved from Completion/User/_yp 2001-04-02 12:06:52 +00:00
Sven Wischnowsky
928ec4ac86 moved from Completion/User/_yodl 2001-04-02 12:06:35 +00:00
Sven Wischnowsky
0fe393d9ed moved from Completion/User/_xargs 2001-04-02 12:06:18 +00:00
Sven Wischnowsky
6b32e16f19 moved from Completion/User/_whois 2001-04-02 12:06:01 +00:00
Sven Wischnowsky
b1141a3897 moved from Completion/User/_whereis 2001-04-02 12:05:44 +00:00
Sven Wischnowsky
05cf5969f6 moved from Completion/User/_wget 2001-04-02 12:05:28 +00:00
Sven Wischnowsky
a4bd0169bc moved from Completion/User/_webbrowser 2001-04-02 12:05:13 +00:00
Sven Wischnowsky
e793770637 moved from Completion/User/_w3m 2001-04-02 12:04:58 +00:00
Sven Wischnowsky
d4bb220a54 moved from Completion/User/_tin 2001-04-02 12:04:41 +00:00
Sven Wischnowsky
b12c888d70 moved from Completion/User/_tiff 2001-04-02 12:04:24 +00:00
Sven Wischnowsky
42e4af9cc6 moved from Completion/User/_telnet 2001-04-02 12:04:07 +00:00
Sven Wischnowsky
4b4dd69be0 moved from Completion/User/_tar 2001-04-02 12:03:50 +00:00
Sven Wischnowsky
324be321e1 moved from Completion/User/_sudo 2001-04-02 12:03:33 +00:00
Sven Wischnowsky
0bfbe0c704 moved from Completion/User/_su 2001-04-02 12:03:16 +00:00
Sven Wischnowsky
963623f36b moved from Completion/User/_stty 2001-04-02 12:03:01 +00:00
Sven Wischnowsky
d448cc05dd moved from Completion/User/_strip 2001-04-02 12:02:45 +00:00
Sven Wischnowsky
31cf3a8ab4 moved from Completion/User/_ssh 2001-04-02 12:02:29 +00:00
Sven Wischnowsky
bdb1c1b92d moved from Completion/User/_socket 2001-04-02 12:02:12 +00:00
Sven Wischnowsky
3178e9d202 moved from Completion/User/_slrn 2001-04-02 12:01:55 +00:00
Sven Wischnowsky
cf3107f6b6 moved from Completion/User/_sh 2001-04-02 12:01:38 +00:00
Sven Wischnowsky
66752b355d moved from Completion/User/_rlogin 2001-04-02 12:01:21 +00:00
Sven Wischnowsky
5a260e7071 moved from Completion/User/_rcs 2001-04-02 12:01:04 +00:00
Sven Wischnowsky
40659f4965 moved from Completion/User/_psutils 2001-04-02 12:00:48 +00:00
Sven Wischnowsky
7519a5c8b2 moved from Completion/User/_prcs 2001-04-02 12:00:31 +00:00
Sven Wischnowsky
88fc3c951f moved from Completion/User/_perldoc 2001-04-02 12:00:14 +00:00
Sven Wischnowsky
c352138cfa moved from Completion/User/_perl 2001-04-02 11:59:57 +00:00
Sven Wischnowsky
682e8b7d7b moved from Completion/User/_pbm 2001-04-02 11:59:40 +00:00
Sven Wischnowsky
9344a08e26 moved from Completion/User/_patch 2001-04-02 11:59:23 +00:00
Sven Wischnowsky
809f2996b2 moved from Completion/User/_pack 2001-04-02 11:59:06 +00:00
Sven Wischnowsky
c5a916dff5 moved from Completion/User/_nslookup 2001-04-02 11:58:49 +00:00
Sven Wischnowsky
cafc065f34 moved from Completion/User/_ncftp 2001-04-02 11:58:34 +00:00
Sven Wischnowsky
6070f9e157 moved from Completion/User/_mysql_utils 2001-04-02 11:58:16 +00:00
Sven Wischnowsky
e53a3c589c moved from Completion/User/_mutt 2001-04-02 11:57:59 +00:00
Sven Wischnowsky
54c901a494 moved from Completion/User/_mount 2001-04-02 11:57:42 +00:00
Sven Wischnowsky
a94d688bf5 moved from Completion/User/_mh 2001-04-02 11:57:20 +00:00
Sven Wischnowsky
eb1ff29f2c moved from Completion/User/_man 2001-04-02 11:57:04 +00:00
Sven Wischnowsky
3ba711cbbe moved from Completion/User/_make 2001-04-02 11:56:47 +00:00
Sven Wischnowsky
21a4c65b05 moved from Completion/User/_lzop 2001-04-02 11:56:31 +00:00
Sven Wischnowsky
b1f5b1920b moved from Completion/User/_lynx 2001-04-02 11:56:16 +00:00
Sven Wischnowsky
8486d438c8 moved from Completion/User/_ls 2001-04-02 11:55:59 +00:00
Sven Wischnowsky
68186e49be moved from Completion/User/_lp 2001-04-02 11:55:42 +00:00
Sven Wischnowsky
2193b938ce moved from Completion/User/_look 2001-04-02 11:55:25 +00:00
Sven Wischnowsky
1701ecb381 moved from Completion/User/_killall 2001-04-02 11:55:08 +00:00
Sven Wischnowsky
c6a9525d0c moved from Completion/User/_joe 2001-04-02 11:54:51 +00:00
Sven Wischnowsky
9e430083a5 moved from Completion/User/_java 2001-04-02 11:54:34 +00:00
Sven Wischnowsky
a99b535e09 moved from Completion/User/_ispell 2001-04-02 11:54:16 +00:00
Sven Wischnowsky
3ef3b9f2cf moved from Completion/User/_init_d 2001-04-02 11:53:59 +00:00
Sven Wischnowsky
358d000dcc moved from Completion/User/_imagemagick 2001-04-02 11:53:40 +00:00
Sven Wischnowsky
4e4216f62e moved from Completion/User/_iconv 2001-04-02 11:53:06 +00:00
Sven Wischnowsky
8bf88e211e moved from Completion/User/_gzip 2001-04-02 11:52:51 +00:00
Sven Wischnowsky
7baf7019af moved from Completion/User/_gs 2001-04-02 11:52:36 +00:00
Sven Wischnowsky
84d41177d7 moved from Completion/User/_grep 2001-04-02 11:52:20 +00:00
Sven Wischnowsky
0cef1d08c0 moved from Completion/User/_gprof 2001-04-02 11:51:50 +00:00
Sven Wischnowsky
0c57eacae6 moved from Completion/User/_getconf 2001-04-02 11:51:35 +00:00
Sven Wischnowsky
1c372cee71 moved from Completion/User/_gdb 2001-04-02 11:51:19 +00:00
Sven Wischnowsky
c714df8cbe moved from Completion/User/_gcc 2001-04-02 11:50:56 +00:00
Sven Wischnowsky
458b87f332 moved from Completion/User/_flex 2001-04-02 11:50:38 +00:00
Sven Wischnowsky
347ef82f12 moved from Completion/User/_finger 2001-04-02 11:50:18 +00:00
Sven Wischnowsky
347b0a07ce moved from Completion/User/_find 2001-04-02 11:49:46 +00:00
Sven Wischnowsky
fc31cf25ce moved from Completion/User/_fetchmail 2001-04-02 11:49:30 +00:00
Sven Wischnowsky
2b3114bb95 moved from Completion/User/_fakeroot 2001-04-02 11:49:13 +00:00
Sven Wischnowsky
d3c68dc2b5 moved from Completion/User/_enscript 2001-04-02 11:48:53 +00:00
Sven Wischnowsky
4e682b0258 moved from Completion/User/_dvi 2001-04-02 11:48:36 +00:00
Sven Wischnowsky
66c8900223 moved from Completion/User/_diff 2001-04-02 11:48:19 +00:00
Sven Wischnowsky
cf14fbc79c moved from Completion/User/_dict 2001-04-02 11:48:02 +00:00
Sven Wischnowsky
710e2115f9 moved from Completion/User/_dd 2001-04-02 11:47:45 +00:00
Sven Wischnowsky
ef4bb3827e moved from Completion/User/_cvs 2001-04-02 11:47:28 +00:00
Sven Wischnowsky
d8f6146122 moved from Completion/User/_cpio 2001-04-02 11:47:11 +00:00
Sven Wischnowsky
0a80fbdbf2 moved from Completion/User/_configure 2001-04-02 11:46:54 +00:00
Sven Wischnowsky
8a74bb5480 moved from Completion/User/_compress 2001-04-02 11:46:37 +00:00
Sven Wischnowsky
b780965281 moved from Completion/User/_chown 2001-04-02 11:46:20 +00:00
Sven Wischnowsky
10a29645fc moved from Completion/User/_bzip2 2001-04-02 11:46:03 +00:00
Sven Wischnowsky
7cfad10068 moved from Completion/User/_bison 2001-04-02 11:45:46 +00:00
Sven Wischnowsky
5d47565c64 moved from Completion/User/_arp 2001-04-02 11:45:27 +00:00
Sven Wischnowsky
48a26058a9 moved from Completion/User/_archie 2001-04-02 11:45:12 +00:00
Sven Wischnowsky
5ab40d127b moved from Completion/User/_apachectl 2001-04-02 11:44:57 +00:00
Sven Wischnowsky
eea692f24d moved from Completion/User/_a2ps 2001-04-02 11:44:39 +00:00