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

Fish-like autosuggestions for zsh

Results 196 zsh-autosuggestions issues
Sort by recently updated
recently updated
newest added

patchelf --replace-needed ./_arguments:463: command not found: LIB_ORIG After completing the parameters, and then adding the path later, if you want to complete the path, an error will be reported

bug

I originally had posted this as an issue on [marlonrichert/zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) but it was pointed out that this would be better classified as an issue in zsh-autosuggestions. If you have zsh-autosuggestions...

bug
plugin-compatibility

As the title states, sometimes suggestions on small buffer can get annoying especially for 1-3 characters. These changes add support for a buffer min size. Added/updated tests accordingly.

I've changed the config file and changed the fg to 255 as follows ![image](https://github.com/zsh-users/zsh-autosuggestions/assets/56675294/c7d93830-80c9-47c5-8a38-0295f94614d7) but nothing happens, like bellow ![image](https://github.com/zsh-users/zsh-autosuggestions/assets/56675294/c3a4e376-f53d-4b51-b662-d8b31f16c21b) I've also tried the color of 3,4, which didn't work,...

bug

Hi folks, When creating a zle widget whose name starts with `_`, it is ignored by zsh-autosuggestions, leading to various situations where the suggestion should be refreshed, but isn't. Typically,...

This implements two unit tests that were being skipped: 1. **options/buffer_max_size_spec.rb** - _a suggestion when ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE is specified is not provided when the buffer is longer than the specified length_...

I frequently use ssh to login to my servers on my computer. However several of the websites I visit show up as suggestions for remote host names, is there any...

I installed zsh autosuggestions through brew, but after executing source~/. zshrc, I was prompted **[oh-my-zsh] plugin 'zsh-autosuggestions' not found**,Then I moved the zsh autosuggestions in the brew directory to the~/....

enhancement

This PR fixes two bugs in async code. 1. Insert `-` in `echo -nE "$suggestion"`. This is necessary to prevent `"$suggestion"` from being treated as an option for `echo`. 2....

This commit is based on [zsh-syntax-highlighting's similar commit][1]. Also, motivated from PRs #640 #617 . [1]: https://github.com/zsh-users/zsh-syntax-highlighting/commit/750aebc553f2f4149055ef4cb9d7641f5df6d3ea