shibayan / Sharprompt

Interactive command-line based application framework for C#
MIT License
769 stars 50 forks source link

Add auto completion system #197

Open SadE54 opened 2 years ago

SadE54 commented 2 years ago

I will use the library for a specific domain language CLI, but it could be cool to add system for autocompletion ! something like the Python Prompt Toolkit (https://python-prompt-toolkit.readthedocs.io/en/master/) Anyway thx for the lib :)

SadE54 commented 2 years ago

And getting syntax coloring while typing the prompt string could be nice too !

delasource commented 2 years ago

This would be cool for a file-browser functionality

ProphetLamb commented 2 years ago

On that note, for the free text Input a history would be quite nice, so that we can navigate prev/next using arrow keys. Ill see if I can hack something together