| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable pkill completion if the command is available, not just on Linux and ↵ | Ville Skyttä | 2009-02-15 | 1 | -3/+4 |
| | | | | | FreeBSD. | ||||
| * | Enable pgrep completion if pgrep is available, not just on Linux/FreeBSD. | Ville Skyttä | 2009-02-15 | 1 | -3/+4 |
| | | |||||
| * | Use improved process name completion in pgrep in addition to killall. | Ville Skyttä | 2009-02-15 | 1 | -3/+1 |
| | | |||||
| * | Note why "ps axo comm" is not used in _pnames on Linux. | Ville Skyttä | 2009-02-15 | 1 | -0/+2 |
| | | |||||
| * | Extract process name completion from _killall to _pnames, make it work for ↵ | Ville Skyttä | 2009-02-15 | 1 | -11/+26 |
| | | | | | others than Linux and FreeBSD. | ||||
| * | Fix killall completion for commands with relative paths (RHBZ: #484578), add ↵ | Ville Skyttä | 2009-02-15 | 1 | -2/+8 |
| | | | | | a FIXME. | ||||
| * | add cdrecord and mkisoft completion functions to wodim and genisoimage | Guillaume Rousse | 2009-02-12 | 1 | -4/+4 |
| | | |||||
| * | don't append = automatically after alias completion, for sake of minimal ↵ | Guillaume Rousse | 2009-02-12 | 1 | -1/+1 |
| | | | | | completion | ||||
| * | - split _command function in two different functions: | Guillaume Rousse | 2009-02-12 | 1 | -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 Rousse | 2009-02-10 | 1 | -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 dealing | Guillaume Rousse | 2009-02-10 | 1 | -22/+12 |
| | | | | | with options, then with main arguments | ||||
| * | Handle parenthesis, <defunct> in killall completion. | Ville Skyttä | 2009-02-11 | 1 | -1/+2 |
| | | |||||
| * | Clean up killall sed scripts. | Ville Skyttä | 2009-02-11 | 1 | -2/+2 |
| | | |||||
| * | Fix -sourcepath handling in javadoc packages completion. | Ville Skyttä | 2009-02-07 | 1 | -2/+4 |
| | | |||||
| * | Expand ~foo to dir name more eagerly to avoid quoting issues. | Ville Skyttä | 2009-02-06 | 1 | -0/+1 |
| | | |||||
| * | Revert r1170, see comments in _expand for details. | Ville Skyttä | 2009-02-06 | 1 | -4/+5 |
| | | |||||
| * | Prevent completion dir from being sourced twice if BASH_COMPLETION_DIR and ↵ | Freddy Vulto | 2009-02-04 | 1 | -0/+1 |
| | | | | | BASH_COMPLETION_COMPAT_DIR are equal (Alioth#311433) | ||||
| * | Add .xvid and .XVID to player completion | Guillaume Rousse | 2009-02-03 | 1 | -1/+1 |
| | | |||||
| * | Make bibtex complete on .aux files | Guillaume Rousse | 2009-02-03 | 1 | -0/+1 |
| | | |||||
| * | add --suggests and --enhances options to rpm -q completion | Guillaume Rousse | 2009-02-02 | 1 | -0/+1 |
| | | |||||
| * | - Restored `_display()' completion for `display' by removing | Freddy Vulto | 2009-02-01 | 1 | -2/+1 |
| | | | | | | completion-by-extension for `display' (#311429) - Removed duplicate completion option `-borderwidth' for `display' | ||||
| * | * Fixed _dpkg_source completion (Closes: #503317) | David Paleino | 2009-01-30 | 1 | -1/+1 |
| | | | | * Remove unused UNAME local variable in _info() (Closes: #501843) | ||||
| * | debian/copyright updated | David Paleino | 2009-01-29 | 1 | -3/+3 |
| | | | | release number fixed (we're not in 2008 anymore, and a release should arrive soon :)) | ||||
| * | Improved sed scripts, thanks to ColdWind | David Paleino | 2009-01-29 | 1 | -2/+3 |
| | | |||||
| * | Fix killall completion, remove trailing ":" on certain process | David Paleino | 2009-01-29 | 1 | -2/+2 |
| | | | | names | ||||
| * | Change sourcing order | David Paleino | 2009-01-29 | 1 | -7/+7 |
| | | |||||
| * | Add support for "compatibility mode" » $BASH_COMPLETION_COMPAT_DIR | David Paleino | 2009-01-29 | 1 | -3/+9 |
| | | |||||
| * | Fix awk error in "modprobe -r /" completion, extract/use _installed_modules ↵ | Ville Skyttä | 2009-01-25 | 1 | -4/+10 |
| | | | | | for rmmod and modprobe -r. | ||||
| * | Comment spelling fixes. | Ville Skyttä | 2009-01-25 | 1 | -3/+3 |
| | | |||||
| * | Remove duplicate cpio completion, thanks to Freddy Vulto (Closes: #512823) | Ville Skyttä | 2009-01-24 | 1 | -1/+1 |
| | | |||||
| * | new helper function for kernel versions | Guillaume Rousse | 2009-01-19 | 1 | -0/+7 |
| | | |||||
| * | Do not make vi and friends expand tabs with spaces. | Ville Skyttä | 2009-01-17 | 1 | -1/+1 |
| | | |||||
| * | * Added _parse_help() to try to parse options listed in $command | David Paleino | 2009-01-17 | 1 | -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 Paleino | 2009-01-16 | 1 | -1/+1 |
| | | |||||
| * | Fix dpkg completion bug: it listed only non-Essential packages | David Paleino | 2009-01-16 | 1 | -2/+3 |
| | | | | (Closes: #511790) | ||||
| * | Add --rsyncable to gzip completion (not in upstream gzip (yet?), but ↵ | Ville Skyttä | 2009-01-15 | 1 | -1/+1 |
| | | | | | commonly patched into various distros' packages). | ||||
| * | Add/compact *Emacs, vi and friends indentation etc settings. | Ville Skyttä | 2009-01-14 | 1 | -6/+3 |
| | | |||||
| * | Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467). | Ville Skyttä | 2009-01-14 | 1 | -1/+1 |
| | | |||||
| * | Add .mp2 and .vdr to mplayer completion (RHBZ: #444467). | Ville Skyttä | 2009-01-13 | 1 | -1/+1 |
| | | |||||
| * | Revert executable flag (no idea how that ended up in it :P). | Ville Skyttä | 2009-01-13 | 1 | -0/+0 |
| | | |||||
| * | Add lzma completion (Guillaume Rousse, myself). | Ville Skyttä | 2009-01-13 | 1 | -6/+10 |
| | | |||||
| * | (Re)fix gzip and bzip2 options completion (Debian bug 351913 resurfaced in ↵ | Ville Skyttä | 2009-01-12 | 1 | -2/+6 |
| | | | | | r934). | ||||
| * | Improved getent completion (myself, Guillaume Rousse). | Ville Skyttä | 2009-01-12 | 1 | -5/+10 |
| | | |||||
| * | Added minimal sqlite3 completion. | Ville Skyttä | 2009-01-12 | 1 | -0/+1 |
| | | |||||
| * | Various cleanups, NFC. | Ville Skyttä | 2009-01-12 | 1 | -9/+9 |
| | | |||||
| * | Improved filename based man page completion. | Ville Skyttä | 2009-01-12 | 1 | -6/+16 |
| | | |||||
| * | Added support for p (POSIX) and x (x.org) man sections. | Ville Skyttä | 2009-01-12 | 1 | -1/+1 |
| | | |||||
| * | Improved features and performance of yum completion. | Ville Skyttä | 2009-01-11 | 1 | -6/+31 |
| | | |||||
| * | Improved performance of rpm -qa based rpm installed package completion. | Ville Skyttä | 2009-01-11 | 1 | -28/+26 |
| | | |||||
| * | Improved /var/log/rpmpkgs based rpm installed package completion. | Ville Skyttä | 2009-01-11 | 1 | -1/+1 |
| | | |||||
