From ce424694633a805e2ee93e0f1a4a85d11abd4464 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Sun, 3 Aug 2025 16:36:05 +0900 Subject: [PATCH] feat(unzip,zipinfo): generate *.crx (Google Chrome Extension archives) Discussion: \ https://github.com/scop/bash-completion/pull/1404#issuecomment-3146977176 Reference: \ https://developer.chrome.com/docs/chromedriver/extensions?hl=en --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 25ca33246b4..d21adcff308 100644 --- a/bash_completion +++ b/bash_completion @@ -3157,7 +3157,7 @@ _comp__init_install_xspec() } # bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510 _comp__init_install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat -_comp__init_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|apk[ms]|aab|xapk|ipa|hap|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|vsix|whl|[Ff][Cc][Ss]td)' unzip zipinfo +_comp__init_install_xspec '!*.@(zip|[aegjkswx]ar|exe|pk3|wsz|zargo|xpi|crx|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|?(o)xps|epub|cbz|apk|apk[ms]|aab|xapk|ipa|hap|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|vsix|whl|[Ff][Cc][Ss]td)' unzip zipinfo _comp__init_install_xspec '*.Z' compress znew # zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510 _comp__init_install_xspec '!*.@(Z|[gGd]z|t[ag]z)' gunzip zcat