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

When I try using the suggestions, they do not appear at the bottom of the prompt. I always have to use the down arrow to bring them up. They seem...

question

## What do you want? > [How can I search history with text already entered at the prompt in zsh?](https://unix.stackexchange.com/questions/97843/how-can-i-search-history-with-text-already-entered-at-the-prompt-in-zsh) I don't understand how this works currently. - When I...

question

Currently, you first have to enter the completion menu and then press `^S` to do a full text search. Since the standard `^R` on the command line is mostly useless,...

enhancement
good first issue

- [x] I have carefully read all of the instructions in this issue template. - [x] I have carried them out to the letter. Failure to do so can and...

question

- [x] I have carefully read all of the instructions in this issue template. - [x] I have carried them out to the letter. Failure to do so can and...

question

- [X] I have carefully read all of the instructions in this issue template. - [X] I have carried them out to the letter. ## Environment ```zsh > print $VENDOR...

question

- [x] I have carefully read all of the instructions in this issue template. - [x] I have carried them out to the letter. Failure to do so can and...

question

They are filtered out by using `${(Z+C+)...}`, but that's actually not desirable. Let's use `${(Z+c+)...}` instead.

bug

### Discussed in https://github.com/marlonrichert/zsh-autocomplete/discussions/470 Originally posted by **underlow** August 23, 2022 Would be great have some commands (or strings) so that history switches to autocomplete automatically, for example if I...

enhancement
help wanted
good first issue

- Complete recent files (if defined) if comp tag contains globbed-files - Set proper description for the completion (atm both are called recent directory which is wrong) Before: ![image](https://github.com/marlonrichert/zsh-autocomplete/assets/5115805/49c53248-37ee-4175-bc39-ab1472413aea) After:...