Closed NotQuiteApex closed 2 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.
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.
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.