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

autocompletion in bash #24

Closed
NotQuiteApex opened this issue Aug 10, 2021 · 2 comments · Fixed by #54
Closed

autocompletion in bash #24

NotQuiteApex opened this issue Aug 10, 2021 · 2 comments · Fixed by #54
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@NotQuiteApex
Copy link
Collaborator

NotQuiteApex commented Aug 10, 2021

This would be the last big feature to add before a "1.0" release. Bash has the ability to have scripts complete command arguments by running scripts in /etc/bash_completion.d/, so the script would have to be included and managed by the make process. Doing something similar for Windows would be nice but not required. I also need to research how zsh does autocompletion compared to bash, or if it's easily backwards compatible.

@NotQuiteApex NotQuiteApex added the enhancement New feature or request label Aug 10, 2021
@NotQuiteApex NotQuiteApex self-assigned this Aug 10, 2021
@NotQuiteApex
Copy link
Collaborator Author

while this would be great to have included with the "1.0", its not entirely necessary. Gonna keep it out of the roadmap since it isn't essential, just nice to have.

@NotQuiteApex
Copy link
Collaborator Author

been a hot minute since i've looked into this. best integration option to avoid having to write bash scripts would be argcomplete on pypi. creating useful completers for things like clips and vods from their respective folders (while utilizing custom configs) would be a dream.

@NotQuiteApex NotQuiteApex added this to the 1.1.0 milestone Dec 21, 2021
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant