FriendTeamInc / VodBot

A command line interface VOD and Clip manager for Twitch.
MIT License
14 stars 1 forks source link

autocompletion in bash #24

Closed NotQuiteApex closed 2 years ago

NotQuiteApex commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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.