heapwolf / prompt-sync

a synchronous prompt for node.js
MIT License
211 stars 42 forks source link

Cannot access key listeners while prompt is in use #67

Open JRMVideo opened 11 months ago

JRMVideo commented 11 months ago

I would like to check for key listeners but every solution I have found on the internet, while I am awaiting a response for the prompt I can not check for keys.

I'd like to add a feature so when a user presses the Up/Down keys on the keyboard it'll go through the history of entered prompt values.

Any thoughts?