https://github.com/chux0519/taildir
`tail -f` for directory, recursively.
https://github.com/chux0519/taildir
Last synced: 6 months ago
JSON representation
`tail -f` for directory, recursively.
- Host: GitHub
- URL: https://github.com/chux0519/taildir
- Owner: chux0519
- Created: 2018-12-25T09:57:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T15:46:44.000Z (over 7 years ago)
- Last Synced: 2024-12-29T08:23:47.887Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taildir
`tail -f` for directory, recursively.
## Feature
- cross platform & debounce event (via `notify`)
- file filter
- line filter
## Install
```toml
[dependencies]
walkdir = "0.2"
```
## Exmaple
> cargo run bin --example
>
> ./test/append.sh
>
> (check terminal output)
for detail, see [src/bin/example.rs](src/bin/example.rs).