You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are multiple autocomplete spaces, and multiple shells with separate syntax. therefore, it could be better if the poco could only provide the data easily for these shells.
what would be needed:
list of basic poco commands (up, down, help, etc.)
project names stored in catalogs - here and for others, it would be very important to return them immediately, do not wait for the result of the git pull only if there has never been such a result
what plan names there are in a given project
more importantly, these names in the above three categories contain only the words to be completed and should be quick.
I can imagine something like poco completion <commands | projects> and poco completion xyproject plans
A zsh command completion would be great to pocok.
Here is a complete guide and a video about function:
https://github.com/zsh-users/zsh-completions
https://www.youtube.com/watch?v=E2WXc3qAg8A
The text was updated successfully, but these errors were encountered: