shibayan / Sharprompt

Interactive command-line based application framework for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add auto completion system

SadE54 opened this issue · comments

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 :)

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

commented

This would be cool for a file-browser functionality

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