summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Collapse)AuthorAgeFilesLines
* Enable pkill completion if the command is available, not just on Linux and ↵Ville Skyttä2009-02-151-3/+4
| | | | FreeBSD.
* Enable pgrep completion if pgrep is available, not just on Linux/FreeBSD.Ville Skyttä2009-02-151-3/+4
|
* Use improved process name completion in pgrep in addition to killall.Ville Skyttä2009-02-151-3/+1
|
* Note why "ps axo comm" is not used in _pnames on Linux.Ville Skyttä2009-02-151-0/+2
|
* Extract process name completion from _killall to _pnames, make it work for ↵Ville Skyttä2009-02-151-11/+26
| | | | others than Linux and FreeBSD.
* Fix killall completion for commands with relative paths (RHBZ: #484578), add ↵Ville Skyttä2009-02-151-2/+8
| | | | a FIXME.
* add cdrecord and mkisoft completion functions to wodim and genisoimageGuillaume Rousse2009-02-121-4/+4
|
* don't append = automatically after alias completion, for sake of minimal ↵Guillaume Rousse2009-02-121-1/+1
| | | | completion
* - split _command function in two different functions:Guillaume Rousse2009-02-121-51/+47
| | | | | | | | | | _command now only computes where wrapped command start _command_offset actually takes care of running wrapped command completion - drop _remove_comp_word function, as context rewriting is now performed more efficiently in _command_offset - drop strace minimal completion, there is a better dedicated completion waiting review
* new helper functions:Guillaume Rousse2009-02-101-0/+16
| | | | | - _usb_ids completes on USB ids - _pci_ids completes on PCI ids
* make perl completion a bit more consistant with other, by first dealingGuillaume Rousse2009-02-101-22/+12
| | | | with options, then with main arguments
* Handle parenthesis, <defunct> in killall completion.Ville Skyttä2009-02-111-1/+2
|
* Clean up killall sed scripts.Ville Skyttä2009-02-111-2/+2
|
* Fix -sourcepath handling in javadoc packages completion.Ville Skyttä2009-02-071-2/+4
|
* Expand ~foo to dir name more eagerly to avoid quoting issues.Ville Skyttä2009-02-061-0/+1
|
* Revert r1170, see comments in _expand for details.Ville Skyttä2009-02-061-4/+5
|
* Prevent completion dir from being sourced twice if BASH_COMPLETION_DIR and ↵Freddy Vulto2009-02-041-0/+1
| | | | BASH_COMPLETION_COMPAT_DIR are equal (Alioth#311433)
* Add .xvid and .XVID to player completionGuillaume Rousse2009-02-031-1/+1
|
* Make bibtex complete on .aux filesGuillaume Rousse2009-02-031-0/+1
|
* add --suggests and --enhances options to rpm -q completionGuillaume Rousse2009-02-021-0/+1
|
* - Restored `_display()' completion for `display' by removingFreddy Vulto2009-02-011-2/+1
| | | | | completion-by-extension for `display' (#311429) - Removed duplicate completion option `-borderwidth' for `display'
* * Fixed _dpkg_source completion (Closes: #503317)David Paleino2009-01-301-1/+1
| | | * Remove unused UNAME local variable in _info() (Closes: #501843)
* debian/copyright updatedDavid Paleino2009-01-291-3/+3
| | | release number fixed (we're not in 2008 anymore, and a release should arrive soon :))
* Improved sed scripts, thanks to ColdWindDavid Paleino2009-01-291-2/+3
|
* Fix killall completion, remove trailing ":" on certain processDavid Paleino2009-01-291-2/+2
| | | names
* Change sourcing orderDavid Paleino2009-01-291-7/+7
|
* Add support for "compatibility mode" » $BASH_COMPLETION_COMPAT_DIRDavid Paleino2009-01-291-3/+9
|
* Fix awk error in "modprobe -r /" completion, extract/use _installed_modules ↵Ville Skyttä2009-01-251-4/+10
| | | | for rmmod and modprobe -r.
* Comment spelling fixes.Ville Skyttä2009-01-251-3/+3
|
* Remove duplicate cpio completion, thanks to Freddy Vulto (Closes: #512823)Ville Skyttä2009-01-241-1/+1
|
* new helper function for kernel versionsGuillaume Rousse2009-01-191-0/+7
|
* Do not make vi and friends expand tabs with spaces.Ville Skyttä2009-01-171-1/+1
|
* * Added _parse_help() to try to parse options listed in $command David Paleino2009-01-171-8/+16
| | | | | --help * Fixed gzip completion to use _parse_help(), since the available options vary with distributions
* Allow for comments in known_hosts files (Closes: #511789)David Paleino2009-01-161-1/+1
|
* Fix dpkg completion bug: it listed only non-Essential packagesDavid Paleino2009-01-161-2/+3
| | | (Closes: #511790)
* Add --rsyncable to gzip completion (not in upstream gzip (yet?), but ↵Ville Skyttä2009-01-151-1/+1
| | | | commonly patched into various distros' packages).
* Add/compact *Emacs, vi and friends indentation etc settings.Ville Skyttä2009-01-141-6/+3
|
* Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467).Ville Skyttä2009-01-141-1/+1
|
* Add .mp2 and .vdr to mplayer completion (RHBZ: #444467).Ville Skyttä2009-01-131-1/+1
|
* Revert executable flag (no idea how that ended up in it :P).Ville Skyttä2009-01-131-0/+0
|
* Add lzma completion (Guillaume Rousse, myself).Ville Skyttä2009-01-131-6/+10
|
* (Re)fix gzip and bzip2 options completion (Debian bug 351913 resurfaced in ↵Ville Skyttä2009-01-121-2/+6
| | | | r934).
* Improved getent completion (myself, Guillaume Rousse).Ville Skyttä2009-01-121-5/+10
|
* Added minimal sqlite3 completion.Ville Skyttä2009-01-121-0/+1
|
* Various cleanups, NFC.Ville Skyttä2009-01-121-9/+9
|
* Improved filename based man page completion.Ville Skyttä2009-01-121-6/+16
|
* Added support for p (POSIX) and x (x.org) man sections.Ville Skyttä2009-01-121-1/+1
|
* Improved features and performance of yum completion.Ville Skyttä2009-01-111-6/+31
|
* Improved performance of rpm -qa based rpm installed package completion.Ville Skyttä2009-01-111-28/+26
|
* Improved /var/log/rpmpkgs based rpm installed package completion.Ville Skyttä2009-01-111-1/+1
|