always-tail
always-tail copied to clipboard
REQUEST: Tail multiple files
Is there a way to tail multiple files? Or could that functionality be added easily to this project?
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.