dhellmann / demoshell

Simplified shell for giving live demos
Other
135 stars 14 forks source link

Tab completion #6

Open dhellmann opened 6 years ago

dhellmann commented 6 years ago

Command and file tab completion. Do not make it as complex as bash. Maybe include history and preloaded command list

drakeguan commented 6 years ago

The project, https://github.com/xonsh/py-bash-completion, is quite interesting as it can bring in the bash auto-completion, but not self-defined aliases.

dhellmann commented 6 years ago

Nice, thanks for that tip!