We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cf854 commit bc10b93Copy full SHA for bc10b93
completions/tar
@@ -513,7 +513,7 @@ _comp_cmd_tar__detect_ext()
513
local tars='@(@(tar|spkg)?(.@(Z|[bgx]z|bz2|lz?(ma|o)|zst))|t@([abglx]z|b?(z)2|zst)|cbt|gem|xbps)'
514
if _comp_cmd_tar__is_bsdtar; then
515
# https://github.com/libarchive/libarchive/wiki/LibarchiveFormats
516
- tars=${tars/%\)/|pax|cpio|iso|zip|@(j|x)ar|mtree|a|7z|warc}
+ tars=${tars/%\)/|pax|cpio|iso|zip|apk|ipa|hap|@(j|x)ar|mtree|a|7z|warc}
517
if _comp_cmd_tar__extract_like_mode; then
518
# read only
519
tars+="|l@(ha|zh)|rar|cab)"
0 commit comments