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

## What do you want? A flag or option to be able to disable the variable preview added in #161 either by name, glob, or for all variables. Ideally, autocomplete...

enhancement

## Environment ```zsh % 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...

bug

I noticed that if I'm offline, the terminal never provides me with the prompt. It stays in a loading state. I use oh-my-zsh as a plugin manager. Q. How do...

bug

## What do you want? ![ss](https://github.com/marlonrichert/zsh-autocomplete/assets/4463796/de11aab0-1f5d-4f19-ba23-7f1dd74fa4e6) Instead of showing the completions with command number, show commands with starting with number 1. ## Why do you want this? I have to...

enhancement

Resolves #627 * [X] There is no other PR (open or closed) similar to yours. If there is, please first discuss over there. * [X] Your new code in each...

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=pc typeset OSTYPE=linux-gnu typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 typeset -a _autocomplete__funcfiletrace=( /home/kwqcheii/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-marlonrichert-SLASH-zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /home/kwqcheii/.zsh_plugins.zsh:4 /home/kwqcheii/.antidote/functions/antidote-load:24 /home/kwqcheii/.antidote/functions/antidote-main:38 /home/kwqcheii/.antidote/functions/antidote:15 /home/kwqcheii/.zshrc:21 zsh:0 ) % git -C...

bug

## Environment ```zsh # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.)...

bug

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=pc typeset OSTYPE=linux-gnu typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 typeset -a _autocomplete__funcfiletrace=( /home/yaro/.oh-my-zsh/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /home/yaro/.oh-my-zsh/oh-my-zsh.sh:181 /home/yaro/.oh-my-zsh/oh-my-zsh.sh:208 /home/yaro/.zshrc:75 zsh:0 ) % git -C ~autocomplete log...

bug

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin23.0 typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 typeset -a _autocomplete__funcfiletrace=( /Users/rhalbasch/Library/Caches/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-marlonrichert-SLASH-zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /Users/rhalbasch/.zsh_plugins.zsh:9 /opt/homebrew/Cellar/antidote/1.9.6/share/antidote/functions/antidote-load:24 /opt/homebrew/Cellar/antidote/1.9.6/share/antidote/functions/antidote-main:38 /opt/homebrew/Cellar/antidote/1.9.6/share/antidote/functions/antidote:15 /Users/rhalbasch/.zshrc:28 zsh:0 ) % git -C...

bug