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

It's not particularly useful, is sometimes confusing, and if anyone still wants it, it's fairly trivial to implement yourself.

enhancement

### Discussed in https://github.com/marlonrichert/zsh-autocomplete/discussions/646 Originally posted by **har-si** September 28, 2023 I added the below line to my `.zshrc` to change the color of the group description in my completion...

bug

## What do you want? With normal ZSH, it is possible to have case insensitive matching. This is a very nice feature. You can normally configure it like ``` autoload...

bug

## What do you want? List files with size and modified date on a different column ## Why do you want this? So that it is easier to decide which...

bug
good first issue

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin22.0 typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 typeset -a _autocomplete__funcfiletrace=( /Users/kedricseah/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /Users/kedricseah/.oh-my-zsh/oh-my-zsh.sh:170 /Users/kedricseah/.oh-my-zsh/oh-my-zsh.sh:199 /Users/kedricseah/.zshrc:139 zsh:0 ) % git -C ~autocomplete log...

enhancement
good first issue

## What do you want? Option to expand all the aliases which are provided in the suggestions. ## Why do you want this? Here I've set some `git aliases` in...

enhancement

Discussed in #506 Something like this: ```zsh zle -A inner- # Rename the old widget. zle -N outer- # Redirect the old name to a new function. outer-() { zle...

enhancement
documentation

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset: no such variable: _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin23.0 typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 % git -C ~autocomplete log --oneline -n1 not applicable...

bug

When installing and using zsh-autocomplete with z-shell/zsh-zoxide, zoxide command is repeated 4 times when using the shorcut `z ` and does not validate in the end ## Environment ```zsh %...

bug
question

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace ![image](https://github.com/marlonrichert/zsh-autocomplete/assets/39820617/ef542347-6931-4238-b465-e1bfc95b9ecf) % git -C ~autocomplete log --oneline -n1 ![image](https://github.com/marlonrichert/zsh-autocomplete/assets/39820617/0a34e555-6fdb-4a1f-aa54-2d5ae47d33c4) ``` * Operating system: Arch Linux on wsl (ArchWSL) --> *...

bug