dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.61k stars 65 forks source link

Tab-complete issues with bash integration #170

Open dundalek opened 4 years ago

dundalek commented 4 years ago

On a fresh install that only includes bash (without other shell) tab-complete does not work in certaion situations:

dundalek commented 4 years ago

It seems the issue is with the underlying script that extracts completions from bash. Following commands return nothing.

$ bash resources/completion/completion.bash "bas"

$ bash resources/completion/completion.bash "ls ~/"

I am not sure how to tweak it, so maybe we should just put a recommendation into docs to install zsh or fish in order to get good completion.