Skip to content

Commit ef2325e

Browse files
committed
feat(unzip,zipinfo): complete with *.kar
https://karaf.apache.org/manual/latest/kar
1 parent d6357ee commit ef2325e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ _install_xspec()
22122212
}
22132213
# bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
22142214
_install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat
2215-
_install_xspec '!*.@(zip|[aegjswx]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|?(o)xps|epub|cbz|apk|aab|ipa|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|whl|[Ff][Cc][Ss]td)' unzip zipinfo
2215+
_install_xspec '!*.@(zip|[aegjkswx]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|?(o)xps|epub|cbz|apk|aab|ipa|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|whl|[Ff][Cc][Ss]td)' unzip zipinfo
22162216
_install_xspec '*.Z' compress znew
22172217
# zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510
22182218
_install_xspec '!*.@(Z|[gGd]z|t[ag]z)' gunzip zcat

0 commit comments

Comments
 (0)