-
Notifications
You must be signed in to change notification settings - Fork 117
Autocomplete for Dynamic CLI #126
Copy link
Copy link
Open
Labels
HacktoberfestThis Issue Will be Consider Under Hacktoberfest 2021This Issue Will be Consider Under Hacktoberfest 2021Level3New features, major bug fixing.New features, major bug fixing.
Description
Activity
Metadata
Metadata
Assignees
Labels
HacktoberfestThis Issue Will be Consider Under Hacktoberfest 2021This Issue Will be Consider Under Hacktoberfest 2021Level3New features, major bug fixing.New features, major bug fixing.
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