zsh-autocomplete icon indicating copy to clipboard operation
zsh-autocomplete copied to clipboard

πŸ€– Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

Results 69 zsh-autocomplete issues
Sort by recently updated
recently updated
newest added

doesn't seem to happen with zsh 5.8 ## Environment ```zsh apple darwin21.3.0 /bin/zsh /opt/local/bin/zsh zsh-5.9-0-g73d3173 /Users/ray.janoka/.zsh-snap/functions/.znap.source:26 /Users/ray.janoka/.zsh-snap/functions/znap:42 .zsh.d/zsnap.zsh:2 /Users/ray.janoka/.zshrc:134 5b0073d (grafted, HEAD -> main, origin/main, origin/HEAD) Check that `$ZSH_COMPDUMP` file...

bug
question

## Environment ```zsh ubuntu linux-gnu /usr/bin/zsh -zsh ubuntu/5.8-3ubuntu1 /home/wtfzambo/.zshrc:84 f52f45a (grafted, HEAD -> main, origin/main, origin/HEAD) Change precmd to chpwd for zlua ``` * Operating system: Ubuntu 20.04 on WSL2...

enhancement
help wanted

## Environment ```zsh unknown linux-gnueabihf /bin/bash zsh raspbian/5.8-6+deb11u1 (blank) f52f45a (grafted, HEAD -> main, origin/main, origin/HEAD) Change precmd to chpwd for zlua ``` * Operating system: Raspbian Bullseye - Raspberry...

bug

## Environment ```zsh apple darwin22.0 /bin/zsh -zsh zsh-5.8.1-0-g1a490c7 /Users/Alex/.zshrc:139 f52f45a (HEAD -> main, origin/main, origin/HEAD, my_fork/main) Change precmd to chpwd for zlua ``` * Operating system: macOS * Terminal emulator:...

bug

## Environment apple darwin21.3.0 /usr/local/bin/zsh /usr/local/bin/zsh zsh-5.9-0-g73d3173 f52f45a (HEAD, origin/main, origin/HEAD, main) Change precmd to chpwd for zlua * Operating system: macOS * Terminal emulator: iTerm2 ## Steps to reproduce...

bug
question

## Environment ```zsh $ print $VENDOR $OSTYPE $SHELL $ZSH_ARGZERO $ZSH_PATCHLEVEL pc linux-gnu /bin/zsh /bin/zsh zsh-5.9-0-g73d3173 $ print -l $_autocomplete__funcfiletrace /home/user/.cache/zsh-snap/functions/.znap.source:26 /home/user/.cache/zsh-snap/functions/znap:42 /home/user/.config/zsh/.zshrc:37 $ git -C ~zsh-autocomplete log --oneline -n1 5b0073d...

bug

## Environment ``` apple darwin21.0 /bin/zsh -zsh zsh-5.8.1-0-g1a490c7 /Users/okuramasafumi/.local/share/zinit/zinit.git/zinit.zsh:1643 /Users/okuramasafumi/.local/share/zinit/zinit.git/zinit.zsh:1281 /Users/okuramasafumi/.local/share/zinit/zinit.git/zinit.zsh:2759 /Users/okuramasafumi/.zshrc:52 ``` * Operating system: macOS 12.4 * Terminal emulator: Build 3.5.0beta5 ## Steps to reproduce I found it...

question

This might be a bug, but for some autocompletions, the suggestions are a little off. One solution might be to add the ability to set the suggestion category priorities unilaterally...

enhancement
help wanted

https://github.com/marlonrichert/zsh-autocomplete/blob/18a9bfb36bf79db6359ab1f321e938a099d5fa1b/scripts/.autocomplete.config#L7 tries to unset incompatible `zstyle` values, but this handles only a couple of known cases from OMZ & Prezto. https://github.com/marlonrichert/zsh-autocomplete/issues/364#issuecomment-1001179643 shows that it’s still possible to define values that...

enhancement

I cant seem to get the external command, ancillary manipulator command or main porcelain command to display only a few lines ### Environment ```zsh a364a84 (grafted, HEAD -> main, origin/main,...

enhancement
help wanted
good first issue