bash_kernel icon indicating copy to clipboard operation
bash_kernel copied to clipboard

Provide better bash autocomplete

Open yuvipanda opened this issue 7 years ago • 0 comments

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...

yuvipanda avatar Mar 10 '18 23:03 yuvipanda