3526 Commits

Author SHA1 Message Date
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
Guillaume Rousse
89098f79fd add -p option completion 2013-01-07 12:41:52 +01:00
Guillaume Rousse
b9b4c6bf2c fix interface completion 2013-01-07 12:38:00 +01:00
Ville Skyttä
45c9ff5f69 ssh: Add some -o and related arg completions. 2012-12-30 22:50:58 +02:00
Ville Skyttä
49ea121e5d man: Don't expand man page extensions too early.
Breaks for example subdir completions if there is a subdir whose name
matches extensions in the current dir.
2012-12-28 18:37:42 +02:00
Ville Skyttä
08203f7743 luseradd,lusermod,luserdel: New completions. 2012-12-28 14:09:28 +02:00
Ville Skyttä
1d75b671a0 userdel: Add -h/--help non-completion. 2012-12-28 13:47:55 +02:00
Ville Skyttä
5c8279b818 useradd,userdel,usermod: Add -R/--root arg completion. 2012-12-28 13:46:24 +02:00
Ville Skyttä
41a37d7679 scp: Treat strings with slash before colon or starting with [.~] as local. 2012-12-08 10:37:07 +02:00
Ville Skyttä
ff11fed5f8 chronyc: New completion. 2012-12-08 10:02:52 +02:00
Igor Murzov
74a37e7507 mount.linux: Add some new mount options intoduced in Linux 3.7 2012-12-04 20:08:30 +04:00
Igor Murzov
4a76f5a166 mount.linux: Add options completion for nfs. 2012-12-04 20:00:57 +04:00
Igor Murzov
9e04f3edc8 feh: Fix list of background styles.
It looks like I misinterpreted this string:
"Accepted values: checks (default), white, black."
2012-12-04 18:48:31 +04:00
Igor Murzov
7d591128a8 mount: Fix parsing /etc/fstab on *BSD.
This completion is still just a stub on *BSD, but now at least it does not
look like a complete mistake.
2012-12-04 18:40:51 +04:00
Ville Skyttä
609034db74 lvm: Add _lvm prefix to helper functions. 2012-11-13 23:54:14 +02:00
Ville Skyttä
e96613e32e lvm: Take option args into account when counting args (RedHat: #860510). 2012-11-13 23:49:44 +02:00
Ville Skyttä
e3a1a49b97 vgcreate: Add missing symlink. 2012-11-13 23:47:38 +02:00
Ville Skyttä
c6f6080569 valgrind: Fix full path <command> arg completion. 2012-11-06 23:03:05 +02:00
Ville Skyttä
f009a1bfca tcpdump: Fix -z full path arg completion. 2012-11-06 23:02:41 +02:00
Ville Skyttä
b8cbf1ba94 man: Fix -P/--pager full path arg completion. 2012-11-06 23:02:02 +02:00
Ville Skyttä
b2d985c0bf lv{create,resize,extend}, vg{create,reduce,extend,split}: Fix variable leaks. 2012-11-06 22:50:38 +02:00
Ville Skyttä
f917b750dd _known_hosts_real: Filter ruptime stdout error spewage (Alioth: #313893). 2012-11-06 21:55:57 +02:00
Igor Murzov
3b93c22a5b Update copyright year and release number. 2012-11-06 16:50:48 +04:00