-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Add zsh autocompletion definition #280
Conversation
Add 'sync' and 'vnc' commands to usage.help
Thanks for a start on this! This is a very good start. In the end, it would be nice to have more advanced autocompletion for options or commands, which are "nested" like |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Yes, this is still relevant. |
@davidalger, mind merging? There is much more work to do, but it should not stop us from merging this IMHO. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@davidalger, mind having a look at this? |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@davidalger, should we just merge it and improve it whenever someone has time? |
I still think this should be merged :( |
I think this is still relevant and should be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following the instructions did not work. "plugin 'warden' not found"
Ideally, I'd like to do something similar to what Heroku does to install autocomplete scripts:
https://github.com/heroku/homebrew-brew/blob/master/Formula/heroku.rb
# Installation | ||
# ============ | ||
# | ||
# Copy this file, `warden.plugin.zsh`, to `~/.oh-my-zsh/plugins/custom/warden/` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe better to create a symlink? So if the file will update in next releases, it will be automatically updated there as well.
Closing this as I don't foresee additional work occurring in this PR. Myles, my man, feel free to reopen if you get a hankering to try a second stab at this. |
This PR adds an autocompletion definition script for zsh that uses sed and awk to parse the output of
usage.help
.It also adds
sync
andvnc
to theusage.help
file, and corrects a typo.