-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A little article in Documentation, explaining auto-completion #6103
Comments
@MikhailLipanin these are provided by Cobra (CLI library), and as I'm not inclined to maintain their docs, not troubleshoot this I'm removing this functionality. There's little need to use the oh-my-posh CLI and requiring completions. |
@JanDeDobbeleer By the way, if I switched my prompt to oh-my-posh (in WSL Ubuntu), do I have the way, to enable auto-completion? May be you know some plugins for that? Earlier, I've used another upgraded shell (oh-my-zsh), and there was auto-complete plugin - as I know, there is a simple realization, that allows on pressing I think that this feature is very helpful, and saves a lot of time: for example, if u in a folder, where u don't know which files/directories are there, you can just select the next destination u need, by pressing |
@MikhailLipanin just look for auto completions for the shell you're using. There's probably tons out there. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Code of Conduct
What would you like to see changed/added?
I am using WSL with Ubuntu. Using just instructions in
oh-my-posh completion bash --help
did not helped me - auto-completion does not work.So, it would be great, if we could have an article with explanation of installing auto-completion, WDYT?
The text was updated successfully, but these errors were encountered: