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

The zero dependency Node.js module for tailing a file

Results 15 node-tail issues
Sort by recently updated
recently updated
newest added

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

This is a really great library, thank you for making it. I'm using this is a named pipe mechanism for two node apps. The first node app streams data into...

the rename logic didn't work without swapping: ``` if (filename === undefined || filename !== this.filename) { ``` to ``` if (filename === undefined || filename === this.filename) { ```...

Hi, thanks for this very useful package. I have been using it for some tests and I would like to now if it is possible to expand it to support...

feature request

The same behaviour could be achieved via combinaiton of --follow and --separator. Is this additional flag required?

When starting to read a file from a specific position, I needed to know where to display a button to the user to load the start of the file, but...

Can we have a last position on unwatch from where we can resume if we re watch the file again? This feature will help in making the system fault tolerant....

feature request

My scripts fail to print the content of the files that `tail` is reading from. As result, many lines simply do not appear in console. I am running macOS Monterey...