Sharprompt icon indicating copy to clipboard operation
Sharprompt copied to clipboard

Add auto completion system

Open SadE54 opened this issue 3 years ago • 3 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 :)

SadE54 avatar Dec 16 '21 12:12 SadE54

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

SadE54 avatar Dec 17 '21 10:12 SadE54

This would be cool for a file-browser functionality

delasource avatar Apr 11 '22 10:04 delasource

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

ProphetLamb avatar Sep 27 '22 15:09 ProphetLamb