Inquirer.js icon indicating copy to clipboard operation
Inquirer.js copied to clipboard

[Feature request] launch editor prompt without waiting for <enter>

Open dellamina opened this issue 3 years ago • 1 comments

I'm currently developing an application where I ask the user for a filename (text) and then for the content (editor) but as far as I know there is no way to remove the prompt for the user to press before launching the editor. I understand why it works that way but there are cases like in git commit where it makes more sense to just launch the editor without waiting for user input.

dellamina avatar Aug 03 '22 16:08 dellamina

I'm happy to review a PR adding an option to skip waiting for the enter key.

SBoudrias avatar Aug 03 '22 16:08 SBoudrias