summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add config for cmake to bash-completion.cmakeIgor Murzov2012-03-192-0/+18
| | | | | This will allow projects using cmake to get information about bash-completion. This works much like pkg-config files.
* ctest: New completion.Igor Murzov2012-03-184-0/+101
|
* cpack: New completion.Igor Murzov2012-03-184-0/+81
|
* cmake: New completion.Igor Murzov2012-03-184-0/+169
|
* insmod, modprobe: Don't hardcode path to modinfo (Alioth: #313569)Igor Murzov2012-03-142-4/+4
|
* lyx: Remove simple completion, upstream has more complete one (Debian: #662203)Ville Skyttä2012-03-111-1/+0
|
* vmstat: New completion.Ville Skyttä2012-02-214-0/+47
|
* su: Complete -s/--shell with shells instead of all files.Ville Skyttä2012-02-181-1/+1
|
* su: Add --session-command arg completion.Ville Skyttä2012-02-181-1/+1
|
* su: Fix long option handling.Ville Skyttä2012-02-181-2/+4
|
* testsuite: Add basic su test case.Ville Skyttä2012-02-182-0/+19
|
* su: Add linux-specific completionIgor Murzov2012-02-173-1/+37
|
* Really complete 'changelog'David Paleino2012-02-101-1/+1
|
* apt-get: add 'changelog' to completed commandsDavid Paleino2012-02-101-1/+1
|
* pigz: Add -p/--processes arg completion.Ville Skyttä2012-02-061-1/+5
|
* Properly declare 'symlinks' dependenciesAnthony Ramine2012-02-061-1/+1
|
* _filedir: Properly quote paths to avoid unexpected expansion.Igor Murzov2012-01-204-16/+22
|
* testsuite: Fix spurious modinfo and modprobe test failures on systems that ↵Ville Skyttä2012-01-182-2/+2
| | | | have /lib and /lib64 dirs.
* Workaround bash bug that fails to complete <, >guns2012-01-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | There is a bug in bash that causes completions of some of the redirection operators to fail if a default completion function is defined. The details are in the following bug-bash mailing list message, but put simply, when completing a command line "> ", bash mistakenly searches the completions table for an empty string, and failing that, sends the default completion function not an empty string, but the actual redirection operator '>' as the first argument. http://lists.gnu.org/archive/html/bug-bash/2012-01/msg00045.html This is quite simply worked around for the moment by defining the _minimal completion for the empty string. This allows filename completion for people who like to: $ > cats.txt # Truncate files quickly $ >> cats.txt # Use redirection as a quick 'touch' $ < cats.txt cat # Use redirection at the beginning of the # command line Given the slow bash upgrade cycle for various operating systems, a workaround for this issue will be necessary for a long time.
* mplayer: Add generic handling of options that take arguments.Ville Skyttä2012-01-151-0/+11
|
* mplayer: Add -monitoraspect arg completion.Ville Skyttä2012-01-151-2/+7
|
* insmod: Install for insmod.static too.Ville Skyttä2012-01-143-1/+7
|
* testsuite/generate: Generate less linefeeds.Ville Skyttä2012-01-141-2/+0
|
* rmmod: Add option completions.Ville Skyttä2012-01-143-0/+30
|
* sbopkg, slackpkg, slapt-{get,src}: Use shorter form of the check if file exists.Igor Murzov2012-01-135-20/+15
| | | | Also add information about corresponding man pages.
* sbopkg: Use _parse_help.Igor Murzov2012-01-131-3/+2
| | | | Reviewed-by: Sergey V <sftp.mtuci@gmail.com>
* modprobe, modinfo, insmod: Move modprobe and modinfo completions to their ↵Igor Murzov2012-01-1310-33/+227
| | | | | | | | own files. Also fix some options handling and errors in unusual usecases (Alioth: #313498). Patch is partially written by Lekensteyn <lekensteyn@gmail.com> Reviewed-by: Sergey V <sftp.mtuci@gmail.com>
* _modules: Ignore error messages.Igor Murzov2012-01-131-1/+1
|
* mount.linux: Add some new mount options intoduced in Linux 3.0-3.2Igor Murzov2012-01-131-6/+9
| | | | | Also add jffs2 to the fs list. See: http://kernelnewbies.org/Linux_3.2
* Revert "Fix completion loading when a symlink is sourced, thanks to Jonathan ↵David Paleino2012-01-111-4/+2
| | | | | | Nieder" This reverts commit 318759c8497cfce3704bc1b97c41459a5be08f7b.
* Fix completion loading when a symlink is sourced, thanks to Jonathan NiederDavid Paleino2012-01-111-2/+4
|
* _command_offset: Properly quote arguments of eval (Alioth: #313499).Igor Murzov2012-01-101-1/+1
|
* Merge remote-tracking branch 'origin/sudo'Igor Murzov2012-01-095-1/+68
|\ | | | | | | | | | | | | * origin/sudo: sudoedit: New completion. sudo: Fix option list parsing sudo: Handle options (Alioth: #311414).
| * sudoedit: New completion.sudoIgor Murzov2011-12-293-1/+10
| |
| * sudo: Fix option list parsingIgor Murzov2011-12-201-1/+1
| |
| * sudo: Handle options (Alioth: #311414).Igor Murzov2011-12-204-1/+59
| |
* | pwd: New completion.Ville Skyttä2012-01-084-0/+42
| |
* | Release 1.99 -- hopefully the last 2.0 previewDavid Paleino2012-01-083-2/+78
| |
* | ssh-add: New completion.Ville Skyttä2012-01-074-0/+45
| |
* | dmesg: Adapt to versions returning long options.Ville Skyttä2012-01-011-3/+10
| |
* | Some trivial nounset error fixes.Ville Skyttä2012-01-011-10/+13
| |
* | _filedir, _tilde: Ignore compopt stderr for direct invocations in unit tests.Ville Skyttä2012-01-011-2/+4
| |
* | Revert "testsuite(_filedir): Ignore compopt error msg when invoking _filedir ↵Ville Skyttä2012-01-011-2/+1
| | | | | | | | | | | | directly." This reverts commit 8726cb1970510c4af90cd5655c09818fcef663ce.
* | testsuite(_filedir): Ignore compopt error msg when invoking _filedir directly.Ville Skyttä2012-01-011-1/+2
| | | | | | | | The error message is printed since commit 5fcaad8.
* | pgrep, pkill, killall: Base pkill on pgrep, add more option completions.Ville Skyttä2011-12-274-18/+30
| |
* | cleanups: Drop some no longer needed stderr redirections.Ville Skyttä2011-12-261-2/+2
| |
* | Fix BASH_COMPLETION_COMPAT_DIR comment.Ville Skyttä2011-12-261-1/+1
| |
* | udevadm: New completion.Ville Skyttä2011-12-214-0/+98
| |
* | gcc: Don't use \t in sed as it's not POSIX compliant.Igor Murzov2011-12-211-3/+2
| |
* | Revert "route: Don't check $OSTYPE (Alioth: #311407)."Igor Murzov2011-12-211-0/+2
|/ | | | | This reverts commit dab2f3c5519d01902e795e583b0546eb30bd04c7. It broke at least FreeBSD route completion.