Effect CommunityEC
Effect Community2y ago
11 replies
jessekelly

Request for Native Keypress Support in Long-Running Processes

Any plans to add support for keypresses? Something like:

const key = yield* Prompt.keyPress("some msg", [
  { "q": "Quit" },
  { "r": "Restart" }
])


Or just waiting for them in the background w/o prompting.
Was this page helpful?