tail-file-node icon indicating copy to clipboard operation
tail-file-node copied to clipboard

A node.js version of unix's "tail -f" command

Results 2 tail-file-node issues
Sort by recently updated
recently updated
newest added

Hi, I wonder if it would be possible to include a pause and resume method. I am assuming that it should be fairly simple: ```javascript pause() { if (this[kQuitting]) return...