An open API service indexing awesome lists of open source software.

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.

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).