Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions bash_completion.d/000_bash_completion_compat.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deprecated bash_completion functions and variables -*- shell-script -*-
# Deprecated bash_completion functions and variables

_comp_deprecate_func 2.12 _userland _comp_userland
_comp_deprecate_func 2.12 _sysvdirs _comp_sysvdirs
Expand Down Expand Up @@ -504,4 +504,3 @@ _completion_loader()
# is specified to `complete -F` by a user.
_comp_complete_load "$@"
}
# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/2to3.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bash completion for 2to3 -*- shell-script -*-
# bash completion for 2to3

_comp_cmd_2to3()
{
Expand Down Expand Up @@ -38,5 +38,3 @@ _comp_cmd_2to3()
_comp_compgen_filedir py
} &&
complete -F _comp_cmd_2to3 2to3

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/7z.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 7z(1) completion -*- shell-script -*-
# 7z(1) completion

_comp_cmd_7z()
{
Expand Down Expand Up @@ -108,5 +108,3 @@ _comp_cmd_7z()
fi
} &&
complete -F _comp_cmd_7z 7z 7za 7zr 7zz 7zzs

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/a2x.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# a2x(1) completion -*- shell-script -*-
# a2x(1) completion

_comp_cmd_a2x()
{
Expand Down Expand Up @@ -37,5 +37,3 @@ _comp_cmd_a2x()
_comp_compgen_filedir
} &&
complete -F _comp_cmd_a2x a2x

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/abook.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# abook(1) completion -*- shell-script -*-
# abook(1) completion

_comp_cmd_abook()
{
Expand Down Expand Up @@ -43,5 +43,3 @@ _comp_cmd_abook()
esac
} &&
complete -F _comp_cmd_abook abook

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/aclocal.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# aclocal(1) completion -*- shell-script -*-
# aclocal(1) completion

_comp_cmd_aclocal()
{
Expand Down Expand Up @@ -31,5 +31,3 @@ _comp_cmd_aclocal()
[[ ${COMPREPLY-} == *= ]] && compopt -o nospace
} &&
complete -F _comp_cmd_aclocal aclocal aclocal-1.1{0..8}

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/acpi.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# acpi(1) completion -*- shell-script -*-
# acpi(1) completion

_comp_cmd_acpi()
{
Expand All @@ -20,5 +20,3 @@ _comp_cmd_acpi()
_comp_compgen_help
} &&
complete -F _comp_cmd_acpi acpi

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/add_members.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mailman add_members completion -*- shell-script -*-
# mailman add_members completion

_comp_cmd_add_members()
{
Expand Down Expand Up @@ -30,5 +30,3 @@ _comp_cmd_add_members()

} &&
complete -F _comp_cmd_add_members add_members

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/alias.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bash alias completion -*- shell-script -*-
# bash alias completion

_comp_cmd_alias()
{
Expand All @@ -24,5 +24,3 @@ _comp_cmd_alias()
fi
} &&
complete -F _comp_cmd_alias -o nospace alias

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/ant.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bash completion for ant and phing -*- shell-script -*-
# bash completion for ant and phing

_comp_cmd_ant__targets()
{
Expand Down Expand Up @@ -99,5 +99,3 @@ _comp_cmd_ant()
if type complete-ant-cmd.pl &>/dev/null; then
complete -C complete-ant-cmd.pl -F _comp_cmd_ant ant
fi

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/apache2ctl.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# apache2ctl(1) completion -*- shell-script -*-
# apache2ctl(1) completion

_comp_cmd_apache2ctl()
{
Expand All @@ -11,5 +11,3 @@ _comp_cmd_apache2ctl()
_comp_compgen_split -F $' \t\n|' -- "$APWORDS"
} &&
complete -F _comp_cmd_apache2ctl apache2ctl

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/appdata-validate.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# appdata-validate(1) completion -*- shell-script -*-
# appdata-validate(1) completion

_comp_cmd_appdata_validate()
{
Expand Down Expand Up @@ -27,5 +27,3 @@ _comp_cmd_appdata_validate()
_comp_compgen_filedir appdata.xml
} &&
complete -F _comp_cmd_appdata_validate appdata-validate

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/apt-build.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Debian apt-build(1) completion -*- shell-script -*-
# Debian apt-build(1) completion

_comp_cmd_apt_build()
{
Expand Down Expand Up @@ -48,5 +48,3 @@ _comp_cmd_apt_build()

} &&
complete -F _comp_cmd_apt_build apt-build

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/apt-cache.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Debian apt-cache(8) completion -*- shell-script -*-
# Debian apt-cache(8) completion

# List APT binary packages
# @since 2.12
Expand Down Expand Up @@ -123,5 +123,3 @@ _comp_cmd_apt_cache()

} &&
complete -F _comp_cmd_apt_cache apt-cache

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/apt-get.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Debian apt-get(8) completion -*- shell-script -*-
# Debian apt-get(8) completion

# @since 2.12
_comp_xfunc_apt_get_compgen_installed_packages()
Expand Down Expand Up @@ -111,5 +111,3 @@ _comp_cmd_apt_get()

} &&
complete -F _comp_cmd_apt_get apt-get

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/apt-mark.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Debian apt-mark(8) completion -*- shell-script -*-
# Debian apt-mark(8) completion

_comp_cmd_apt_mark()
{
Expand Down Expand Up @@ -60,5 +60,3 @@ _comp_cmd_apt_mark()

} &&
complete -F _comp_cmd_apt_mark apt-mark

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/aptitude.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Debian aptitude(1) completion -*- shell-script -*-
# Debian aptitude(1) completion

_comp_cmd_aptitude()
{
Expand Down Expand Up @@ -103,5 +103,3 @@ _comp_cmd_aptitude()

} &&
complete -F _comp_cmd_aptitude -o default aptitude aptitude-curses

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/arch.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mailman arch completion -*- shell-script -*-
# mailman arch completion

# Try to detect whether this is the mailman "arch" to avoid installing
# it for the coreutils/util-linux-ng one.
Expand Down Expand Up @@ -45,5 +45,3 @@ _comp_have_command mailmanctl &&

} &&
complete -F _comp_cmd_arch arch

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/arp.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arp(8) completion -*- shell-script -*-
# arp(8) completion

_comp_cmd_arp()
{
Expand Down Expand Up @@ -57,5 +57,3 @@ _comp_cmd_arp()
esac
} &&
complete -F _comp_cmd_arp arp

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/arping.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arping(8) completion -*- shell-script -*-
# arping(8) completion

_comp_cmd_arping()
{
Expand Down Expand Up @@ -27,5 +27,3 @@ _comp_cmd_arping()
_comp_compgen_known_hosts -- "$cur"
} &&
complete -F _comp_cmd_arping arping

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/arpspoof.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arpspoof completion -*- shell-script -*-
# arpspoof completion

_comp_cmd_arpspoof()
{
Expand All @@ -24,5 +24,3 @@ _comp_cmd_arpspoof()

} &&
complete -F _comp_cmd_arpspoof arpspoof

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/asciidoc.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# asciidoc(1) completion -*- shell-script -*-
# asciidoc(1) completion

# @since 2.12
_comp_xfunc_asciidoc_compgen_doctype()
Expand Down Expand Up @@ -56,5 +56,3 @@ _comp_cmd_asciidoc()
_comp_compgen_filedir
} &&
complete -F _comp_cmd_asciidoc asciidoc asciidoc.py

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/aspell.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bash completion for aspell -*- shell-script -*-
# bash completion for aspell

_comp_cmd_aspell__dictionary()
{
Expand Down Expand Up @@ -85,5 +85,3 @@ _comp_cmd_aspell()
fi
} &&
complete -F _comp_cmd_aspell aspell

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/autoconf.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# autoconf(1) completion -*- shell-script -*-
# autoconf(1) completion

_comp_cmd_autoconf()
{
Expand Down Expand Up @@ -36,5 +36,3 @@ _comp_cmd_autoconf()
_comp_compgen_filedir '@(ac|in)'
} &&
complete -F _comp_cmd_autoconf autoconf

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/automake.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# automake(1) completion -*- shell-script -*-
# automake(1) completion

_comp_cmd_automake()
{
Expand Down Expand Up @@ -32,5 +32,3 @@ _comp_cmd_automake()
_comp_compgen_filedir
} &&
complete -F _comp_cmd_automake automake automake-1.1{0..8}

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/autoreconf.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# autoreconf(1) completion -*- shell-script -*-
# autoreconf(1) completion

_comp_cmd_autoreconf()
{
Expand Down Expand Up @@ -37,5 +37,3 @@ _comp_cmd_autoreconf()
fi
} &&
complete -F _comp_cmd_autoreconf autoreconf autoheader

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/autorpm.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# autorpm(8) completion -*- shell-script -*-
# autorpm(8) completion

_comp_cmd_autorpm()
{
Expand All @@ -10,5 +10,3 @@ _comp_cmd_autorpm()

} &&
complete -F _comp_cmd_autorpm autorpm

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/autoscan.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# autoscan(1) completion -*- shell-script -*-
# autoscan(1) completion

_comp_cmd_autoscan()
{
Expand Down Expand Up @@ -32,5 +32,3 @@ _comp_cmd_autoscan()
fi
} &&
complete -F _comp_cmd_autoscan autoscan autoupdate

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/avahi-browse.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bash completion for avahi-browse(1) -*- shell-script -*-
# bash completion for avahi-browse(1)

_comp_cmd_avahi_browse()
{
Expand Down Expand Up @@ -38,5 +38,3 @@ _comp_cmd_avahi_browse()

} &&
complete -F _comp_cmd_avahi_browse avahi-browse avahi-browse-domains

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/avctrl.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# avctrl completion -*- shell-script -*-
# avctrl completion

_comp_cmd_avctrl()
{
Expand All @@ -16,5 +16,3 @@ _comp_cmd_avctrl()
fi
} &&
complete -F _comp_cmd_avctrl avctrl

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/badblocks.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# badblocks(8) completion -*- shell-script -*-
# badblocks(8) completion

_comp_cmd_badblocks()
{
Expand Down Expand Up @@ -26,5 +26,3 @@ _comp_cmd_badblocks()
_comp_compgen -c "${cur:-/dev/}" filedir
} &&
complete -F _comp_cmd_badblocks badblocks

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/bind.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bash bind completion -*- shell-script -*-
# bash bind completion

_comp_cmd_bind()
{
Expand Down Expand Up @@ -32,5 +32,3 @@ _comp_cmd_bind()
_comp_compgen -- -A binding
} &&
complete -F _comp_cmd_bind bind

# ex: filetype=sh
4 changes: 1 addition & 3 deletions completions-core/bk.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BitKeeper completion -*- shell-script -*-
# BitKeeper completion
# adapted from code by Bart Trojanowski <bart@jukie.net>

_comp_cmd_bk()
Expand All @@ -14,5 +14,3 @@ _comp_cmd_bk()

} &&
complete -F _comp_cmd_bk bk

# ex: filetype=sh
Loading
Loading