pioneers / runtime

Firmware for the PiE kit robots and devices
7 stars 2 forks source link

[BUILD] Add bash autocomplete to runtime script #178

Closed AVSurfer123 closed 2 years ago

AVSurfer123 commented 3 years ago

Here is a tutorial on bash completion: https://iridakos.com/programming/2018/03/01/bash-programmable-completion-tutorial. Just would need to add complete -W "run build test format" runtime to .bashrc or something that gets sourced. However this would add another step during installation. Maybe the first time you run runtime, it will automatically add this line to a file in /etc/bash_completion.d/.

benliao1 commented 2 years ago

Will mark as wontfix because while it would be nice, I don't think we will ever realistically implement this.