node-readlines icon indicating copy to clipboard operation
node-readlines copied to clipboard

feat: add support for STDIN

Open mig8447 opened this issue 3 years ago • 0 comments

Add support for STDIN by receiving file descriptor 0 as a valid argument and ignoring the position when reading from it as STDIN cannot be seeked (Perhaps we should prevent reset of this file but for now it works for my use case)

Fixes #37

mig8447 avatar May 21 '21 17:05 mig8447