summaryrefslogtreecommitdiff
path: root/completions
Commit message (Expand)AuthorAgeFilesLines
* umount: Real fix for completion of relative paths.Igor Murzov2011-12-041-8/+19
* umount: Half-fix for completion of relative paths.Igor Murzov2011-12-041-0/+12
* mount: Don't suggest short options.Igor Murzov2011-11-241-5/+4
* mount, umount: Add linux-specific completions.Igor Murzov2011-11-206-106/+373
* wine: Complete all files after an .exe (Alioth #313131)Igor Murzov2011-11-172-0/+21
* upgradepkg: Support oldpackage%newpackage notation.Igor Murzov2011-11-171-0/+12
* pidof: Don't check OS type (Alioth #311403)Igor Murzov2011-11-164-9/+20
* rpm: Add --delsign completion, don't suggest --resign (identical to --addsign).Ville Skyttä2011-11-121-2/+2
* make -j: Complete up to number of CPUs * 2.Ville Skyttä2011-11-111-1/+1
* removepkg: Make it possible to complete filenames.Igor Murzov2011-11-111-1/+6
* Cleanups: Use [[ instead of [.Ville Skyttä2011-11-0974-192/+188
* Cleanups: use usual globs instead of substring matches or substitutions.Ville Skyttä2011-11-093-7/+6
* make: Add -j/--jobs completion.Ville Skyttä2011-11-091-0/+4
* cppcheck -j: Use _ncpus.Ville Skyttä2011-11-091-1/+1
* _npus: Split out of lrzip for general use.Ville Skyttä2011-11-091-4/+1
* _services: Split xinetd service completion into _xinetd_services.Ville Skyttä2011-11-091-0/+2
* chkconfig: Wrap long lines.Ville Skyttä2011-11-091-2/+4
* bashcomp_DATA: service was merged to bash_completion.Ville Skyttä2011-11-091-1/+0
* Merge completions/service into the bash_completion script.Igor Murzov2011-11-091-36/+0
* Add and use _sysvdirs() function that sets correct SysV init directory.Igor Murzov2011-11-091-7/+9
* Revert "Another stab at making service completion work on Slackware."Igor Murzov2011-11-091-14/+6
* cppcheck: Offer header filename completions too.Ville Skyttä2011-11-071-1/+1
* Really fix it, double quotesDavid Paleino2011-11-061-1/+1
* Oops, fix completionDavid Paleino2011-11-061-1/+1
* Another stab at making service completion work on Slackware.Ville Skyttä2011-11-061-6/+14
* Revert "service, _services: Make these work on Slackware GNU/Linux."Ville Skyttä2011-11-061-2/+4
* service, _services: Make these work on Slackware GNU/Linux.Igor Murzov2011-11-051-4/+2
* Correctly list purgeable packages for dpkg --listfiles and dpkg --purge (Debi...David Paleino2011-11-051-1/+21
* desktop-file-validate: New completion.Ville Skyttä2011-11-052-0/+24
* plague-client: New completion.Ville Skyttä2011-11-042-0/+15
* cowsay: Avoid error when completing -f when cowsay is not installed.Ville Skyttä2011-11-041-1/+2
* Fix symlinking in "make distcheck".Ville Skyttä2011-11-011-1/+1
* a2x: Split from asciidoc into separate file.Ville Skyttä2011-11-014-42/+43
* Set up symlinks for dpkg-query.Ville Skyttä2011-11-012-1/+3
* Move Emacs indentation settings from every file to .dir-locals.el.Ville Skyttä2011-11-01331-2313/+366
* Add 'versions' command to aptitude (Debian: #604393)David Paleino2011-11-011-3/+3
* Also complete on dpkg-query (Debian: #642526)David Paleino2011-11-011-1/+1
* xmllint, xmlwf: Complete on *.tld (tag library descriptor).Ville Skyttä2011-11-012-2/+2
* unzip, jar: Complete on *.sar (JBoss service archive).Ville Skyttä2011-11-011-1/+1
* cppcheck: Wrap long line.Ville Skyttä2011-10-301-1/+2
* cppcheck: -D can be followed by space, don't -o nospace it.Ville Skyttä2011-10-301-1/+1
* cppcheck: Don't stop completing after -DFOO.Ville Skyttä2011-10-301-1/+1
* kill, killall: Add some option and argument completions, simplify _signals.Ville Skyttä2011-10-262-4/+31
* apt-build, apt-get, aptitude: Load _comp_dpkg_installed_packages on demand.Ville Skyttä2011-10-263-3/+6
* Merge branch 'dynamic-loading'Ville Skyttä2011-10-25344-4039/+5306
|\
| * mailman: Split completions to separate files from add_members.Ville Skyttä2011-10-2219-371/+485
| * add_members, bk, gcc, mtx, munin-run, munindoc, mutt, p4, portinstall, postma...Ville Skyttä2011-10-2212-23/+26
| * Make _userland easier to use.Ville Skyttä2011-10-163-5/+5
| * ant, gcc, killall: Make sure completion file loading returns zero.Ville Skyttä2011-10-163-3/+3
| * Do rest of splits, add symlinking for files defining multiple completions.Ville Skyttä2011-10-1522-207/+956