3598 Commits

Author SHA1 Message Date
Ville Skyttä
552a2f2a94 hexdump: New completion. 2013-03-06 18:21:14 +02:00
Ville Skyttä
12ae7eb214 ss: New completion. 2013-02-25 16:50:21 +02:00
Ville Skyttä
ad8d1f1a8f strings: New completion. 2013-02-22 22:15:33 +02:00
Ville Skyttä
7a1aad780e file-roller: New completion. 2013-02-22 18:26:41 +02:00
Ville Skyttä
6185297fc9 *: Line continuation, whitespace, and compgen -W ... -- "$cur" quoting cleanups. 2013-02-17 23:49:30 +02:00
Ville Skyttä
e424ed3e52 genisoimage: Use _parse_help instead of hardcoding options, add basic test case. 2013-02-17 23:18:51 +02:00
Ville Skyttä
e7cd7ba7df vpnc: Add bunch of option arg (non)completions. 2013-02-17 22:23:27 +02:00
Ville Skyttä
e4796104bc vpnc: Use _parse_help instead of hardcoding options, add basic test case. 2013-02-17 22:16:35 +02:00
Ville Skyttä
eb396b58a7 cpio: Recognize pass thru when -p is bundled w/other options (RedHat: #912113). 2013-02-17 21:43:52 +02:00
Ville Skyttä
e1a075971d cpio: Cleanups. 2013-02-17 21:42:26 +02:00
Ville Skyttä
0837ad07d9 (testsuite) Make pydoc test more likely to work with our limited expect buffer size. 2013-02-05 21:42:08 +02:00
Ville Skyttä
c0818b005a make: Make work in POSIX mode.
<(...) is not available in POSIX mode, and for example our test suite
is run in that mode.
2013-02-05 21:42:04 +02:00
Ville Skyttä
23406dcf20 (testsuite) Fix pwd unit test. 2013-02-05 21:41:52 +02:00
Ville Skyttä
2758c4fd7e make: Don't leak $mode. 2013-02-04 23:51:04 +02:00
Ville Skyttä
eef7941842 _available_interfaces: Try with "ip link" if ifconfig is N/A also with -a. 2013-02-04 17:27:07 +02:00
Ville Skyttä
61fe8d10a8 ip: Improve addr show and link show completions. 2013-02-04 17:24:47 +02:00
Ville Skyttä
06fd510c44 ip: Remove some stale TODOs. 2013-02-04 17:23:45 +02:00
Ville Skyttä
452e938766 acpi,chpasswd,dmesg,gkrellm,groupmems,hwclock,lastlog,pwd,vipw: Complete options even without "-" given. 2013-02-02 21:01:18 +02:00
Ville Skyttä
250d5eb932 groupmems: Add -R/--root arg completion. 2013-02-02 20:57:11 +02:00
Ville Skyttä
eb0be65d63 host: Complete with known hosts. 2013-02-02 20:21:43 +02:00
Ville Skyttä
23a049a801 vipw: Add -R/--root arg completion. 2013-02-02 20:15:25 +02:00
Ville Skyttä
ba50a54641 xrandr: Add bunch of option arg non-completions. 2013-02-02 20:08:57 +02:00
Ville Skyttä
ae42c96758 xrandr: Use _parse_help. 2013-02-02 20:03:41 +02:00
Ville Skyttä
1e6a79196c xrandr --mode: Clean up one awk call. 2013-02-02 19:49:19 +02:00
Ville Skyttä
225b395b49 xrandr: Avoid --mode completion error when --output is not given. 2013-02-02 19:42:24 +02:00
Ville Skyttä
a3d4266cab xrandr: Cleanups. 2013-02-02 19:40:46 +02:00
Ville Skyttä
d66fc76be6 xrandr: Don't leak $i when completing --mode. 2013-02-02 19:39:20 +02:00
Ville Skyttä
f1100ef25a pylint: New completion. 2013-02-02 11:33:52 +02:00
Ville Skyttä
44f1065ada pydoc: Complete on keywords and topics. 2013-02-02 11:05:44 +02:00
Ville Skyttä
0e8d34e6bd python, pydoc: Add module completion. 2013-02-02 10:46:12 +02:00
Ville Skyttä
a77d3d5505 pyflakes: New completion. 2013-02-02 10:37:22 +02:00
Ville Skyttä
5c8a002008 pydoc: New completion. 2013-02-02 10:37:15 +02:00
Ville Skyttä
06002d04c7 modinfo: Use ,, for lowercasing instead of tr in a subshell. 2013-02-01 23:19:50 +02:00
Ville Skyttä
9d15e25a9e arpspoof,dsniff,ether-wake,nmap: Offer active interfaces only. 2013-02-01 23:16:45 +02:00
Ville Skyttä
7543e0baf8 dnsspoof,filesnarf,macof,sshow,tcpkill,tcpnice,urlsnarf: Fix -i completion. 2013-02-01 23:10:55 +02:00
Ville Skyttä
3064e9d707 _available_interfaces: Without -a, try with "ip link" if ifconfig is N/A. 2013-02-01 20:40:49 +02:00
Ville Skyttä
aa516acdc5 _ip_addresses: Try with "ip addr" if ifconfig is not available. 2013-02-01 20:27:07 +02:00
Ville Skyttä
b78ef321be _mac_addresses: Try local interfaces with "ip link" if ifconfig is N/A. 2013-02-01 20:17:03 +02:00
Ville Skyttä
19ce23282c wol: Try "ip addr" before ifconfig for finding out broadcast addresses. 2013-02-01 20:06:55 +02:00
Ville Skyttä
87dede96c0 _mac_addresses: Try ARP cache with "ip neigh" if arp is not available. 2013-02-01 19:43:21 +02:00
Ville Skyttä
f6df76e8ca _mac_addresses: Fix with net-tools' ifconfig that outputs ether, not HWaddr. 2013-02-01 19:43:18 +02:00
Ville Skyttä
cee32c6424 tshark: New completion. 2013-01-30 23:31:27 +02:00
Ville Skyttä
8c57295133 ngrep: New completion. 2013-01-30 22:25:26 +02:00
Ville Skyttä
d08b9f2335 modprobe: Don't suggest installing already installed modules. 2013-01-29 23:28:13 +02:00
Ville Skyttä
c4cc3eb63b Brown paper bag fix for the previous commit. 2013-01-25 00:19:23 +02:00
Ville Skyttä
fea1c178b4 Avoid sourcing dirs in completion loader to avoid fd leaks (RedHat: #903540). 2013-01-25 00:07:29 +02:00
Ville Skyttä
2eeffeea7a ncftp: Add option completion. 2013-01-12 18:37:31 +02:00
Ville Skyttä
e8daf2d279 tar: Recognize taz and tb2 as compressed tarballs.
http://en.wikipedia.org/wiki/Tar_(computing)#Naming_of_compressed_tar_files
2013-01-12 18:13:00 +02:00
Ville Skyttä
9c80d8b521 tar: Simplify bzip patterns. 2013-01-12 18:07:52 +02:00
Ville Skyttä
26991e1bf4 nc: New completion. 2013-01-12 18:03:08 +02:00