bash_kernel
bash_kernel copied to clipboard
Provide better bash autocomplete
Currently, the bash kernel only autocompletes variables and builtins / commands. Would be great if it could use bash / readline's completion features to autocomplete in all the ways bash itself does. https://brbsix.github.io/2015/11/29/accessing-tab-completion-programmatically-in-bash/ has a good example...