dundalek / closh

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

cd into directory just by typing the name #157

Open dundalek opened 5 years ago

dundalek commented 5 years ago

Similar to setting option in bash 4.0:

shopt -s autocd

I think if we add a way to customize command not found handler, this could be then added trivially from userspace.