heapwolf/prompt-sync

basic windows support

Closed this issue · 3 comments

basic windows support

@hij1nx
hi... any idea how this could be done on windows?
/dev/stdin does not seem to work.

I tried /c/CON but that does not work either

maybe pipe process.stdin into a tmp file and openSync the tmp file? .. might have to spawn a separate process to do that

got a solution: PR here: #9