bash-complete-partial-path
bash-complete-partial-path copied to clipboard
Enhanced file path completion in bash (like in zsh)
Results
12
bash-complete-partial-path issues
Sort by
recently updated
recently updated
newest added
Fixes #27 Accept the function _python_argcomplete_global as the function to load completion dynamicly.
The _bcpp function doesn't detect the dynamic completion loading when its done with the function `_python_argcomplete_global` from the python3-argcomplete package. This patch seems to fix it. ``` --- bash_completion-old 2020-03-23...