jschuur / chatgpt-repl

Interactive CLI for ChatGPT
https://npmjs.com/package/chatgpt-repl
13 stars 0 forks source link

Feature: Allow newlines to be entered into prompt #44

Open jschuur opened 1 year ago

jschuur commented 1 year ago

Hitting something like shift-enter should insert a newline into the prompt, rather than it sending off the response.

This might only be possible in GNU readline and not the Node.js one.

The history file should encode the newline in this case.