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

New strategy: Suggest based on PWD + other strategies

Open knvpk opened this issue 11 months ago • 6 comments

Is your feature request related to a problem? Please describe.

I generally deal with lot of projects that means lot of folder, mostly all the project based on same framework either nix, pulumi and git, so most of the commands are same but with small difference like git push origin main and git push origin master, so im thinking if a suggestion stored per folder basis then it can be suggested back based on current working directory.

Describe the solution you'd like

Not sure as of now

Describe alternatives you've considered

Not sure as of now

Additional context

I think so many members will face the same problem.

References

  1. https://github.com/jimhester/oh-my-zsh/commit/baa187e4b903f39422a84b580e6e617ec3738e09

knvpk avatar Nov 18 '24 08:11 knvpk