Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*.tar.zst is not considered for tar -xvf #688

Open
Rizhiy opened this issue Feb 12, 2024 · 0 comments
Open

*.tar.zst is not considered for tar -xvf #688

Rizhiy opened this issue Feb 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Rizhiy
Copy link

Rizhiy commented Feb 12, 2024

Environment

% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=ubuntu
typeset OSTYPE=linux-gnu
typeset ZSH_PATCHLEVEL=ubuntu/5.8.1-1
typeset -a _autocomplete__funcfiletrace=(
  /home/rizhiy/.antigen/bundles/marlonrichert/zsh-autocomplete-main/zsh-autocomplete.plugin.zsh:4
  /home/rizhiy/.antigen/init.zsh:59
  /home/rizhiy/.local/share/antigen/bin/antigen.zsh:39
  /home/rizhiy/.zshrc:20
  zsh:0
)
% git -C ~autocomplete log --oneline -n1
c7b6550 (grafted, HEAD -> main, origin/main, origin/HEAD) Add instructions on how to insert longest common prefix
  • Operating system: Ubuntu 22.04 LTS
  • Terminal emulator: Alacrity

Steps to reproduce

% cd $(mktemp -d)
% git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
Cloning into 'zsh-autocomplete'...
remote: Enumerating objects: 55, done.
remote: Counting objects: 100% (55/55), done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 55 (delta 0), reused 37 (delta 0), pack-reused 0
Receiving objects: 100% (55/55), 1.64 MiB | 6.35 MiB/s, done.
% > .zshrc <<EOF
setopt interactivecomments transientrprompt
PS1='%# '
PS2=
RPS2='%^'
source $PWD/zsh-autocomplete/zsh-autocomplete.plugin.zsh
EOF
% env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:+TERMINFO=$TERMINFO} zsh -d
% wget https://github.com/ankitects/anki/releases/download/23.12.1/anki-23.12.1-linux-qt6.tar.zst
% tar -xvf
directory
zsh-autocomplete/
Contents of ~autocomplete-log/YYYY-MM-DD.log (click to expand)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
compadd:shift:31: shift count must be <= $#
compadd:shift:31: shift count must be <= $#
compadd:shift:31: shift count must be <= $#
compadd:shift:31: shift count must be <= $#
compadd:shift:31: shift count must be <= $#
compadd:shift:31: shift count must be <= $#
compadd:shift:31: shift count must be <= $#
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
compadd:shift:31: shift count must be <= $#
compadd:shift:31: shift count must be <= $#
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)
.autocomplete:async:pty:zle-widget:15: completion cannot be used recursively (yet)
.autocomplete:async:complete:fd-widget:31: completion cannot be used recursively (yet)

*.tar.zst files can be opened by tar -xvf, but are not suggested.
I have a feeling any *.tar.* file can be opened with tar given correct compression algorithm is installed, so they all should be suggested.

@Rizhiy Rizhiy added the bug Something isn't working label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant