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

REQUEST: Tail multiple files

Open piscopoc opened this issue 7 years ago • 1 comments

Is there a way to tail multiple files? Or could that functionality be added easily to this project?

piscopoc avatar May 01 '17 21:05 piscopoc

Hi, you can use any npm watch module(chokidar, fswatch etc.) to get the list of changed file. watch module will return the file name which you can pass to the tail function.

bobbydubey avatar Feb 23 '18 07:02 bobbydubey