taill-0.1.5 is not a library.
taill
A command-line utility to tail files and watch for changes using pattern matching. Monitor files in real-time as they're updated, with support for glob patterns to watch multiple files simultaneously.
Installation
Install from crates.io:
Or build from source:
Usage
Examples
Watch all log files in current directory:
Watch specific file:
Watch files in a specific directory:
Features
- Real-time file monitoring
- Pattern matching using glob syntax
- Automatic detection of new files matching the pattern
- Pretty-print log output using
bat - Efficient resource usage
- Non-recursive directory watching
Arguments
-f <pattern>: The file pattern to watch (required)--help: Display help information--version: Display version information
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Zhishan Zhang (zhangzhishanlo@gmail.com)