Crates.io | inotify-logger |
lib.rs | inotify-logger |
version | 0.1.0 |
source | src |
created_at | 2024-10-29 21:03:37.687866 |
updated_at | 2024-10-29 21:03:37.687866 |
description | Log inotify events in a friendly way |
homepage | |
repository | https://codeberg.org/AudaciousAxiom/inotify-logger |
max_upload_size | |
id | 1427644 |
size | 39,706 |
Log inotify events in a friendly way
MOVED_FROM
and MOVED_TO
events into a single MOVE
event when possible.After obtaining a working Rust toolchain, inotify-logger can be installed from source through crates.io:
cargo install --locked inotify-logger
It can then be started in the directory to watch for events:
inotify-logger
inotify-logger does not currently feature any configuration. It may later support configuring parts of its behavior through command-line arguments.
The console output is not intended for machine consumption and no compatibility guarantees are provided.
Copyright 2024 AudaciousAxiom
This project is licensed under MPL-2.0.