summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* pyflakes: New completion.Ville Skyttä2013-02-021-0/+1
* _available_interfaces: Without -a, try with "ip link" if ifconfig is N/A.Ville Skyttä2013-02-011-4/+5
* _ip_addresses: Try with "ip addr" if ifconfig is not available.Ville Skyttä2013-02-011-2/+3
* _mac_addresses: Try local interfaces with "ip link" if ifconfig is N/A.Ville Skyttä2013-02-011-4/+7
* _mac_addresses: Try ARP cache with "ip neigh" if arp is not available.Ville Skyttä2013-02-011-1/+1
* _mac_addresses: Fix with net-tools' ifconfig that outputs ether, not HWaddr.Ville Skyttä2013-02-011-2/+4
* Brown paper bag fix for the previous commit.Ville Skyttä2013-01-251-1/+1
* Avoid sourcing dirs in completion loader to avoid fd leaks (RedHat: #903540).Ville Skyttä2013-01-251-4/+5
* _known_hosts_real: Filter ruptime stdout error spewage (Alioth: #313893).Ville Skyttä2012-11-061-1/+2
* Update copyright year and release number.Igor Murzov2012-11-061-2/+2
* _command_offset: Restore compopts properly (Alioth: #313890)Igor Murzov2012-11-061-8/+5
* zathura: Add simple completion for zathura document viewer.Igor Murzov2012-11-031-0/+1
* wget: New completion.Igor Murzov2012-10-201-1/+1
* _parse_help, _parse_usage: Run commands in C locale.Igor Murzov2012-09-061-2/+2
* Fixed tilde expanding in _filedir_xspecwonder.mice2012-09-061-1/+1
* Fix __reassemble_comp_words_by_ref for $COMP_CWORD == ${#COMP_WORDS[@]}Christian von Roques2012-08-111-0/+1
* opera: Handle options.Igor Murzov2012-08-091-1/+1
* Remove trailing whitespaceMartin Ueding2012-07-221-12/+12
* Fine tune previous commit.Ville Skyttä2012-07-091-2/+1
* Add support for OOXML document format extensions to unzip completion.Jeroen Hoek2012-07-081-1/+2
* Add more complete OpenDocument support to unzip completion.Jeroen Hoek2012-07-081-1/+1
* *_tilde*: Escape tilde in [[ $1 == \~* ]] tests (RedHat: #817902).Ville Skyttä2012-06-141-2/+2
* Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-co...Guillaume Rousse2012-06-061-1/+1
|\
| * qiv: Add *.svg.Ville Skyttä2012-06-051-1/+1
* | add xz compression extension for kernel modulesGuillaume Rousse2012-06-061-1/+1
|/
* Comment spelling fix.Ville Skyttä2012-05-311-1/+1
* _realcommand: Try greadlink before readlink (Alioth: #313659).Ville Skyttä2012-05-301-0/+2
* _expand: Suppress unwanted bash error messages (Alioth: #313497)Igor Murzov2012-04-181-1/+1
* lyx: Remove simple completion, upstream has more complete one (Debian: #662203)Ville Skyttä2012-03-111-1/+0
* su: Add linux-specific completionIgor Murzov2012-02-171-1/+1
* _filedir: Properly quote paths to avoid unexpected expansion.Igor Murzov2012-01-201-16/+14
* Workaround bash bug that fails to complete <, >guns2012-01-181-0/+4
* _modules: Ignore error messages.Igor Murzov2012-01-131-1/+1
* Revert "Fix completion loading when a symlink is sourced, thanks to Jonathan ...David Paleino2012-01-111-4/+2
* 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-091-1/+1
|\
| * sudo: Handle options (Alioth: #311414).Igor Murzov2011-12-201-1/+1
* | Release 1.99 -- hopefully the last 2.0 previewDavid Paleino2012-01-081-1/+1
* | 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
* | 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
|/
* xv: Add *.eps and *.ps to filename completions (Alioth: #313477).Florian Hubold2011-12-171-1/+2
* _parse_help, _parse_usage: More command arg sanitization.Ville Skyttä2011-12-141-4/+10
* quote: Preserve leading, trailing, and consecutive whitespace.Ville Skyttä2011-12-121-1/+2
* _ip_addresses: Make it locale agnostic.Raphaël Droz2011-12-111-1/+1
* _known_hosts_real: Support > 1 files per *KnownHostsFile line (Debian: #650514).Ville Skyttä2011-12-051-7/+14
* _modules: Follow symlinks in /lib/modules/$(uname -r) (Alioth: #313461)Igor Murzov2011-12-041-1/+1
* _known_hosts_real: Include hosts reported by ruptime (Alioth: #313308).Ville Skyttä2011-12-031-0/+4