[[bin]]
name = "taill"
path = "src/main.rs"
[dependencies.bat]
version = "0.24.0"
[dependencies.clap]
version = "4.5.3"
[dependencies.glob]
version = "0.3.1"
[dependencies.notify]
version = "8.0.0"
[dev-dependencies.tempfile]
version = "3.8.0"
[package]
authors = ["Zhishan Zhang <zhangzhishanlo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "A command-line utility to tail files and watch for changes using pattern matching"
edition = "2021"
keywords = ["tail", "watch", "file", "monitor", "cli"]
license = "MIT"
name = "taill"
readme = "README.md"
repository = "https://github.com/zhangzhishanlo/taill"
version = "0.1.2"