Skip to content
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

Closed
wants to merge 2 commits into from

Conversation

Lunaetic
Copy link
Contributor

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 and vnc to the usage.help file, and corrects a typo.

@Lunaetic Lunaetic mentioned this pull request Dec 29, 2020
3 tasks
@sprankhub
Copy link
Contributor

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 warden env up (currently, it would not complete the up if I understand correctly).

@stale
Copy link

stale bot commented Apr 3, 2021

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.

@stale stale bot added the stale label Apr 3, 2021
@sprankhub
Copy link
Contributor

Yes, this is still relevant.

@stale stale bot removed the stale label Apr 4, 2021
@sprankhub
Copy link
Contributor

@davidalger, mind merging? There is much more work to do, but it should not stop us from merging this IMHO.

@stale
Copy link

stale bot commented Jul 12, 2021

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.

@stale stale bot added the stale label Jul 12, 2021
@sprankhub
Copy link
Contributor

@davidalger, mind having a look at this?

@stale stale bot removed the stale label Jul 13, 2021
@stale
Copy link

stale bot commented Oct 11, 2021

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.

@stale stale bot added the stale label Oct 11, 2021
@sprankhub
Copy link
Contributor

@davidalger, should we just merge it and improve it whenever someone has time?

@stale stale bot closed this Nov 11, 2021
@sprankhub
Copy link
Contributor

I still think this should be merged :(

@celorodovalho
Copy link

I think this is still relevant and should be merged.

@navarr navarr reopened this Nov 29, 2022
@navarr navarr added enhancement New feature or request and removed stale labels Nov 29, 2022
@navarr navarr marked this pull request as draft January 17, 2023 03:03
Copy link
Member

@navarr navarr left a 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

@navarr navarr linked an issue Apr 10, 2023 that may be closed by this pull request
# Installation
# ============
#
# Copy this file, `warden.plugin.zsh`, to `~/.oh-my-zsh/plugins/custom/warden/`
Copy link
Contributor

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.

@navarr
Copy link
Member

navarr commented Jun 13, 2024

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.

@navarr navarr closed this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add in-depth ZSH Autocompletion
5 participants