1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-20 11:51:24 +01:00
Commit graph

105 commits

Author SHA1 Message Date
Mikael Magnusson
f0eaa5713e unposted: move _schedtool to correct dir 2011-08-18 12:48:42 +00:00
Mikael Magnusson
2a79494070 29690: new _twidge and _cryptsetup completers from Daniel Friesel. 2011-08-17 10:24:34 +00:00
Mikael Magnusson
c3d1277229 29618: Fix some syntax to not depend on SHORT_LOOPS being set. 2011-07-27 10:26:25 +00:00
Peter Stephenson
9dc573c260 Michel Dos Reis: 29482: handle .gz kernel modules 2011-06-18 19:24:41 +00:00
Mikael Magnusson
eb7c534a53 29335: update valgrind --tool= completion hack. 2011-05-24 01:43:22 +00:00
Peter Stephenson
e72999c092 gi1242+zsh@gmail.com: 28594:
Various new and improved completions
2011-01-09 16:57:01 +00:00
Doug Kearns
a54fdc70be unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Clint Adams
19849aa444 fix previous commit 2010-04-25 22:40:54 +00:00
Clint Adams
9b8e49a7b1 27914: find usb.ids in /usr/share/misc. 2010-04-25 22:39:09 +00:00
Clint Adams
9cd312ff0f 27912: presume that pci.ids is uncompressed now. 2010-04-25 22:19:19 +00:00
Clint Adams
5797f75de3 27578: allow ionice -c and -n arguments to immediately follow the option letters. 2010-01-07 13:55:08 +00:00
Peter Stephenson
c12144b3b9 Mikael: 27312: valgrind option changes 2009-10-18 19:53:50 +00:00
Peter Stephenson
c2ff7a83da Andrew Psaltis: 27212: Slackware supports extra tar formats in pkgtool 2009-08-07 09:03:39 +00:00
Peter Stephenson
443a64d489 Andy Spencer: 27148: ignore build directories when searching for
kernel modules in modutil completion
2009-07-14 08:57:12 +00:00
Peter Stephenson
6f2e86514a unposted: _mdmadm -> _mdadm 2009-04-16 12:52:28 +00:00
Peter Stephenson
4fdb6c2352 Tomasz Pala: users/14030,14031,14032: Linux completion updates 2009-04-16 09:25:34 +00:00
Clint Adams
9a2e1862e0 Jörg Sommer: 26453: complete modinfo -k. 2009-01-29 17:18:59 +00:00
Clint Adams
9f7fc4497a Jörg Sommer: 26452: drop completion of modinfo -f. 2009-01-29 17:16:45 +00:00
Clint Adams
4527d0dfff Jörg Sommer: 26451: use globbing to find available modules, now that modprobe -l is deprecated. 2009-01-29 17:14:53 +00:00
Clint Adams
e6e5d2eb1d Jörg Sommer: 25819: improve module parameter completion.
First, do not embedd the = in the parameter by define it a
parameter‐value separator; -S =.

Second, look for already given parameters in all words; -w.

Third, use the curcontext variable; -C.

Forth, distinct between boolean and non‐boolean parameters, i.e. do not
append a = to the end. And include the type of the parameter in the help
message. This information is only given in the full output of modinfo,
not in the narrowed output with --field.
2008-10-07 07:48:55 +00:00
Clint Adams
8538c98ddf Jörg Sommer: 25822: declare val_args as local array. 2008-10-07 07:46:09 +00:00
Clint Adams
26616e1a23 Jörg Sommer: 25821: return 0 if a modules parameter was completed. 2008-10-07 07:43:35 +00:00
Clint Adams
38b8cdbcdf 25820: add the option --field of modinfo. 2008-10-07 07:41:43 +00:00
Clint Adams
d6b4fb1c3a unposted: yet another correction for 25702 misapplication 2008-10-03 02:31:50 +00:00
Peter Stephenson
4a34c96289 25755/25756: Jörg Sommer: improved handling of module arguments
25759: fix dynamic named directory crash, static named directory consistency
2008-09-27 19:57:25 +00:00
Clint Adams
c54e113d28 25728: spelling fix. 2008-09-23 06:24:02 +00:00
Clint Adams
c81fa52114 Jörg Sommer: 25717: fixups for 25702. 2008-09-23 05:26:53 +00:00
Clint Adams
9cf4518c57 unposted: update .distfiles. 2008-09-21 14:27:02 +00:00
Clint Adams
05ddfc0cbc Jörg Sommer: 25702: completions for chrt and ionice commands. 2008-09-21 14:22:31 +00:00
Peter Stephenson
a2f158f531 Jörg Sommer: 25572: completer module parameters 2008-09-01 17:13:32 +00:00
Peter Stephenson
c52864df2f users/12985, users/12986, users/12988: Tomasz Pala:
some new and updated completions
2008-06-24 13:02:04 +00:00
Peter Stephenson
90f5247f84 move _strace to be Linux-specific 2008-06-13 12:51:08 +00:00
Peter Stephenson
2402e10560 unposted: prepare for 4.3.4-dev-2 2007-11-20 09:41:44 +00:00
Clint Adams
855d0d2d66 23863: completion for lsusb. 2007-09-30 11:39:54 +00:00
Andrey Borzenkov
649d87c8cb 23751: complete module files too 2007-08-12 09:04:52 +00:00
Clint Adams
1128b49c2a 23568: complete iwconfig modu. 2007-06-19 08:04:44 +00:00
Clint Adams
81fe83008e 22998: add -s to _arguments 2006-11-13 18:45:44 +00:00
Peter Stephenson
cc34ebd89a boring .distfiles stuff 2006-10-25 09:46:44 +00:00
Clint Adams
3badc3caba 22800: put quotes around "$@". 2006-09-30 21:58:19 +00:00
Clint Adams
8855a7b635 22799: change _fusermount to use _fuse_values and _canonical_paths. 2006-09-30 21:54:10 +00:00
Clint Adams
a1ce5f2148 22797: generic FUSE completion support functions. 2006-09-30 21:39:16 +00:00
Clint Adams
3ede15153e 22794: completion for acpitool. 2006-09-30 21:03:44 +00:00
Peter Stephenson
732e440159 unposted: update .distfiles 2006-07-18 09:25:50 +00:00
Clint Adams
4d9385a969 22455, R. Ramkumar: update for valgrind 3.1.1. 2006-05-25 03:53:52 +00:00
Clint Adams
f52938607d 22434: completion for vserver. 2006-04-29 04:47:12 +00:00
Clint Adams
3d1391f35c 22392: completion for ladspa's analyseplugin 2006-04-05 02:03:56 +00:00
Clint Adams
449014dda3 unposted: update some .distfiles. 2006-02-09 15:07:17 +00:00
Clint Adams
e066375d01 22159: completion for tpb. 2006-01-13 01:01:28 +00:00
Clint Adams
0d81c253cc 22153: completion for tpconfig. 2006-01-12 02:43:01 +00:00
Clint Adams
6476afa367 22055: completion for the FUSE sshfs. 2005-12-07 20:41:03 +00:00