tail-chaser
is tail-like implementation in Rust for Linux systems.
The binary expects exactly one argument which is the file to be followed.
Tailing of the file starts at the end of the file, and continues from there.
If a file is rotated with a new file created with the same name the program
will continue following the named file, and not the previous version. The
program will crash if non-utf8 characters are encountered during tailing.
This program, and the accompanying library, were developed out of necessity and to satisfy a specific use case. It works for the author, but may not work for you. Issues will be fixed if and when the author has the time, but all constructive comments and suggestions are appreciated.
Consider this beta software.
This project uses GPL-3.0+.
Copyright (C) 2020 Anthony Martinez