summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Add basic tests for umount.mountIgor Murzov2011-12-042-0/+21
|
* 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
| | | | | | | | | | | | | This linux-specific completion won't parse /etc/fstab as a lot of people including myself find it useless. And there is no reliable way to guess what user wants to mount. Some examples of what is ok for mount: $ mount /home $ mount /dev/sda1 /home $ mount file.iso /media/iso -o loop $ mount LABEL=mydisk /media/disk It is more sane to provide just filenames completion for mount.
* wine: Complete all files after an .exe (Alioth #313131)Igor Murzov2011-11-175-1/+53
|
* upgradepkg: Support oldpackage%newpackage notation.Igor Murzov2011-11-172-0/+24
|
* __get_cword_at_cursor_by_ref: Drop unnecessary quotes.Igor Murzov2011-11-171-4/+4
|
* __get_cword_at_cursor_by_ref: Add missing quotes.Igor Murzov2011-11-161-1/+1
| | | | Fixes _get_comp_words_by_ref() and sftp tests (Alioth #313102).
* __get_cword_at_cursor_by_ref: Drop unused cur2 variable.Igor Murzov2011-11-161-1/+1
|
* pidof: Don't check OS type (Alioth #311403)Igor Murzov2011-11-166-9/+41
| | | | | | Also drop non-existent option arguments completion. Reviewed-by: Ville Skyttä <ville.skytta@iki.fi>
* _command_offset: Do not assume that first word is unique in completion line.Igor Murzov2011-11-151-9/+9
|
* _command_offset: Simplify dynamic loading of completions we don't have yet.Ville Skyttä2011-11-141-17/+12
|
* 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
| | | | | Reported-by: disturbed1 Tested-by: Sergey V <sftp.mtuci@gmail.com>
* Commit make-changelog release helperDavid Paleino2011-11-101-0/+33
|
* Cleanups: Use [[ instead of [.Ville Skyttä2011-11-0976-237/+226
|
* Cleanups: use usual globs instead of substring matches or substitutions.Ville Skyttä2011-11-094-17/+13
|
* make: Add -j/--jobs completion.Ville Skyttä2011-11-092-0/+10
|
* cppcheck -j: Use _ncpus.Ville Skyttä2011-11-091-1/+1
|
* _npus: Split out of lrzip for general use.Ville Skyttä2011-11-092-4/+9
|
* _services: Split xinetd service completion into _xinetd_services.Ville Skyttä2011-11-092-9/+18
| | | | | Only Mandriva's service operates on xinetd services, chkconfig does it everywhere.
* 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
|
* testsuite: Set correct COMP_POINT value in test.Igor Murzov2011-11-091-1/+1
|
* Merge completions/service into the bash_completion script.Igor Murzov2011-11-092-41/+31
| | | | | | | If completion for a basename foo is already installed, the default completion loader no longer fires for /etc/init.d/foo -- the basename completion is invoked directly instead. This means that we need to load completions for /etc/init.d and friends eagerly at bash_completion load :(
* Add and use _sysvdirs() function that sets correct SysV init directory.Igor Murzov2011-11-092-13/+26
| | | | | This function allows distros to fine tune their init directory location, as simple checking for directories presence is not always sufficient.
* testsuite: Add one more test for _get_comp_words_by_ref()Igor Murzov2011-11-091-0/+8
| | | | This test exposes bug in __get_cword_at_cursor_by_ref().
* testsuite: Add some make test cases.Igor Murzov2011-11-094-2/+44
|
* Revert "Another stab at making service completion work on Slackware."Igor Murzov2011-11-092-22/+10
| | | | | This reverts commit 1a01e54d856fe2d9496cfaf6d9df8b75d87a9b52. See http://thread.gmane.org/gmane.comp.shells.bash.completion.scm/2278
* Fix bash_completion paths in README (Debian: #647941)David Paleino2011-11-081-2/+2
|
* cppcheck: Offer header filename completions too.Ville Skyttä2011-11-071-1/+1
|
* Include doc/ in dist tarball.Ville Skyttä2011-11-073-2/+10
|
* _cd: Don't try to complete variables (and fail), _init_completion already does.Ville Skyttä2011-11-061-5/+0
|
* 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-062-10/+22
|
* Revert "service, _services: Make these work on Slackware GNU/Linux."Ville Skyttä2011-11-062-18/+6
| | | | | This reverts commit 9717124ab7bad30b6d8ba02ef91850c6bb74dd63. See http://thread.gmane.org/gmane.comp.shells.bash.completion.scm/2278
* service, _services: Make these work on Slackware GNU/Linux.Igor Murzov2011-11-052-6/+18
|
* _known_hosts_real: Replace "${HOME}" with "~" to make code more compact.Igor Murzov2011-11-051-2/+1
|
* _known_hosts_real: Add some quotes (Alioth #313158)Igor Murzov2011-11-051-3/+3
| | | | Should fix errors if $HOME contains spaces.
* Correctly list purgeable packages for dpkg --listfiles and dpkg --purge ↵David Paleino2011-11-051-1/+21
| | | | (Debian: #647684)
* desktop-file-validate: New completion.Ville Skyttä2011-11-054-0/+45
|
* _mac_addresses: Grab addresses from FreeBSD's ifconfig -a output too.Ville Skyttä2011-11-051-2/+4
|
* _known_hosts_real: Don't offer hostnames containing wildcards.Ville Skyttä2011-11-052-2/+2
|
* _known_hosts_real: Handle more than two hostnames per known hosts line ↵Ville Skyttä2011-11-053-6/+6
| | | | (Debian: #647352).
* _known_hosts_real: Discard @markers at beginning of line.Ville Skyttä2011-11-052-3/+5
|
* plague-client: New completion.Ville Skyttä2011-11-044-0/+36
|
* Create empty compatdir on "make install".Ville Skyttä2011-11-041-0/+3
|