445 Commits

Author SHA1 Message Date
Ville Skyttä
717cfed94f cowsay: Avoid error when completing -f when cowsay is not installed. 2011-11-04 21:17:58 +02:00
Ville Skyttä
c079969fd3 Fix symlinking in "make distcheck". 2011-11-01 23:17:40 +02:00
Ville Skyttä
66fc912020 a2x: Split from asciidoc into separate file. 2011-11-01 22:25:41 +02:00
Ville Skyttä
52bdba591a Set up symlinks for dpkg-query. 2011-11-01 22:17:27 +02:00
Ville Skyttä
0d10b94e7a Move Emacs indentation settings from every file to .dir-locals.el. 2011-11-01 22:14:45 +02:00
David Paleino
15211e74fe Add 'versions' command to aptitude (Debian: #604393) 2011-11-01 20:32:45 +01:00
David Paleino
c0ea434660 Also complete on dpkg-query (Debian: #642526) 2011-11-01 20:23:53 +01:00
Ville Skyttä
ce128e7efe xmllint, xmlwf: Complete on *.tld (tag library descriptor). 2011-11-01 19:19:43 +02:00
Ville Skyttä
8890abfdfb unzip, jar: Complete on *.sar (JBoss service archive). 2011-11-01 19:18:54 +02:00
Ville Skyttä
2a88af018e cppcheck: Wrap long line. 2011-10-30 11:09:13 +02:00
Ville Skyttä
c07cc2ba43 cppcheck: -D can be followed by space, don't -o nospace it. 2011-10-30 11:07:38 +02:00
Ville Skyttä
c3f6eda088 cppcheck: Don't stop completing after -DFOO. 2011-10-30 11:06:13 +02:00
Ville Skyttä
099b47c66d kill, killall: Add some option and argument completions, simplify _signals. 2011-10-26 21:01:18 +03:00
Ville Skyttä
5811d47f0e apt-build, apt-get, aptitude: Load _comp_dpkg_installed_packages on demand. 2011-10-26 19:29:33 +03:00
Ville Skyttä
b377dc5de8 Merge branch 'dynamic-loading' 2011-10-25 20:18:42 +03:00
Ville Skyttä
c922626d4b cpan2dist: Don't hang if no package list files exist. 2011-10-23 11:13:50 +03:00
Ville Skyttä
fa5dbb6c8e mailman: Split completions to separate files from add_members. 2011-10-22 12:50:30 +03:00
Ville Skyttä
e850ee015e add_members, bk, gcc, mtx, munin-run, munindoc, mutt, p4, portinstall, postmap, ri, ypmatch: Avoid stderr spewage when needed commands/dirs are not available. 2011-10-22 11:48:23 +03:00
Ville Skyttä
5afc526850 Make _userland easier to use. 2011-10-16 10:56:44 +03:00
Ville Skyttä
4e5a67cfaf ant, gcc, killall: Make sure completion file loading returns zero. 2011-10-16 10:39:02 +03:00
Ville Skyttä
efad9540e5 Do rest of splits, add symlinking for files defining multiple completions. 2011-10-15 10:18:43 +03:00
Ville Skyttä
449c71fa74 Get rid of remaining $UNAME and $USERLAND uses.
Use $OSTYPE and _userland() instead.
2011-10-13 21:37:34 +03:00
Ville Skyttä
5baebf81d3 Add _xfunc for loading and calling functions on demand, use it in apt-get, cvsps, rsync, and sshfs. 2011-10-13 21:15:05 +03:00
Ville Skyttä
86ca9ee598 Replace $UNAME with $OSTYPE in trivial cases.
$OSTYPE is automatically available at runtime (for dynamic loading).
2011-10-12 23:07:21 +03:00
Ville Skyttä
156656c16d Split/rename many completions into per-command files. 2011-10-12 23:01:10 +03:00
Ville Skyttä
d3d6476f6c Get rid of have() in fbi. 2011-10-12 19:33:42 +03:00
Ville Skyttä
a2ba9da54c Merge remote-tracking branch 'origin/master' into dynamic-loading 2011-10-12 19:32:34 +03:00
Igor Murzov
e8d0b1ffdb file: Add few missing --exclude arguments completions.
See lines 112-121 of
  https://github.com/glensc/file/blob/master/src/file.c
2011-10-12 02:54:14 +04:00
Igor Murzov
c10a2723e7 fbi, fbgs: New completions. 2011-10-12 02:54:13 +04:00
Ville Skyttä
20c05b43b6 Load completions in separate files dynamically, get rid of have(). 2011-10-12 00:19:50 +03:00
Ville Skyttä
a6c9c614d4 dmesg: New completion. 2011-10-11 21:10:45 +03:00
Ville Skyttä
049b60ec61 watch: New completion (Linux only for now). 2011-10-11 21:10:08 +03:00
Igor Murzov
ec5762cba9 cppcheck: Add new option arguments completions (added in cppcheck-1.51). 2011-10-09 22:21:53 +04:00
Ville Skyttä
d54fcf100e ionice: New completion. 2011-10-03 23:57:34 +03:00
Ville Skyttä
c3d29e2e0d file: New completion. 2011-10-03 23:39:20 +03:00
Igor Murzov
2a7db4d988 xrandr: Add more option completions. 2011-09-30 22:21:47 +04:00
Ville Skyttä
b9a5f508e2 chrpath: New completion. 2011-09-29 23:11:31 +03:00
Ville Skyttä
e1a3492261 prelink: New completion. 2011-09-29 22:57:59 +03:00
Ville Skyttä
2014d3b45d arping: New completion. 2011-09-28 19:04:55 +03:00
Ville Skyttä
89b7923cb8 ping, tracepath: Split to iputils, add option completions. 2011-09-28 18:59:15 +03:00
Igor Murzov
e81223ac46 xgamma: New completion 2011-09-26 02:59:15 +04:00
Igor Murzov
0c06290764 cppcheck: Complete --platform= option arguments
See: b5d22fda0d
2011-09-26 02:59:15 +04:00
Igor Murzov
fd57faa534 cppcheck: -i also accepts file names. 2011-09-26 02:59:14 +04:00
Igor Murzov
c7b9d08d17 feh: New completion.
NB: feh should be compiled with `make help=1`. Otherwise `feh --help`
will not print help message, and option completion will not work.
2011-09-26 02:59:14 +04:00
Igor Murzov
a1b8148d23 cppcheck: Complete --std= option arguments
See: afed93d7d6
2011-09-26 02:59:13 +04:00
Igor Murzov
e3345a27b6 cppcheck: Update list of --enable= option arguments completions
See: d23c58d387
2011-09-26 02:59:12 +04:00
Ville Skyttä
8ec55193de ant: Don't use complete-ant-cmd.pl unless it's in default $PATH. 2011-09-21 21:23:20 +03:00
Ville Skyttä
8535fdc9bf lrzip: Add -? and -p argument (non-)completions. 2011-09-21 20:29:41 +03:00
Ville Skyttä
bae27caab0 rpmbuild: Bring back --target completion lost in commit 914da74. 2011-09-03 23:28:39 +03:00
Ville Skyttä
914da74d2c rpm: "Export" compatible build arch completion as _rpm_buildarchs for reuse. 2011-09-03 23:13:27 +03:00