jalopez / local-ts-repl

Local node REPL for TypeScript projects
Apache License 2.0
6 stars 0 forks source link

Request: history preservation #20

Open pistachiomatt opened 3 years ago

pistachiomatt commented 3 years ago

Great work moving this to Typescript and adding extra features! Do you think it's easy enough to add memorising command history across sessions? Often a local REPL has the same repeated commands performed over and over. I wasn't able to figure out how to integrate https://www.npmjs.com/package/repl.history into this implementation.

jalopez commented 2 years ago

Hi, First of all, sorry for the late response and thank you for reaching out!

I'll investigate this and come back to you, but IIRC I already tried to support that in the first version but didn't make it work. Anyway I'll check it again