We need to autocomplete feature for dynamic to make it easier to use.
For example -
If I type dynamic in the terminal it will show a popup like --help, -post, -no
See this -

For implementation of autocomplete in python refer to this - https://python-prompt-toolkit.readthedocs.io/en/master/
This issue is dependent upon #125 . Because to use autocomplete we need a different shell to make our changes visible. That shell can be created by xonsh.
The end goal should be similar to this -

Credit for autocomplete and xosh - gitsome
We need to autocomplete feature for dynamic to make it easier to use.
For example -
If I type
dynamicin the terminal it will show a popup like --help, -post, -noSee this -
For implementation of autocomplete in python refer to this - https://python-prompt-toolkit.readthedocs.io/en/master/
This issue is dependent upon #125 . Because to use autocomplete we need a different shell to make our changes visible. That shell can be created by xonsh.
The end goal should be similar to this -

Credit for autocomplete and xosh - gitsome