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? An option to scroll choose a default number of history-lines and scroll to previous history-lines instead of circling back to the first one. ## Why...

enhancement

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace ``` >typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=redhat typeset OSTYPE=linux-gnu typeset ZSH_PATCHLEVEL=zsh-5.8-0-g77d203f typeset -a _autocomplete__funcfiletrace=( /home/shigure/.zsh/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 .zshrc:44 zsh:1 )...

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=( /var/folders/wn/hb12b9pd7vvcghywcg1npbgh0000gp/T/tmp.SOEDKKuKg2/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /var/folders/wn/hb12b9pd7vvcghywcg1npbgh0000gp/T/tmp.SOEDKKuKg2/.zshrc:5 zsh:0 ) % git -C ~autocomplete log --oneline -n1...

bug

## 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/hye/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /home/hye/.oh-my-zsh/oh-my-zsh.sh:179 /home/hye/.oh-my-zsh/oh-my-zsh.sh:208 /home/hye/.zshrc:82 zsh:0 ) % git -C ~autocomplete log...

bug

## What do you want? Sometimes, I'm not sure whether I'm typing the good option, say that I don't remember what `ls -X` does exactly. I would like to read...

enhancement

On LXC Containers running Debian there is a curiouse bug. Or maybe I missed a setting? The first two entered characters are displayed twice. On Debian VM and MacOS there...

bug

I'm not really sure this is an issue or intended behavior but (at least to me) is really not what I would expect on a completion. Just with the following...

bug

Hi, love this plugin! Is there any way to style the completion widget so that completion options are printed above the prompt instead of below it?

enhancement

On install, the up and down arrow keys do not work. I was able to solve this issue by running source, and then the location of the repo and then...

bug