Crates.io | f91w |
lib.rs | f91w |
version | 0.2.0 |
created_at | 2025-05-10 01:34:15.216179+00 |
updated_at | 2025-05-11 15:23:47.168332+00 |
description | A simple directory watcher. |
homepage | https://git.sr.ht/~orchid/f91w |
repository | https://git.sr.ht/~orchid/f91w |
max_upload_size | |
id | 1667982 |
size | 18,589 |
A small tool which executes a command when the passed directory is
updated (recursive), using notify
.
cargo install f91w
See f91w --help
for usage information.
std::fs::copy
will alert the watcher with a Modify(Data(Content))
message
on the file which was copied from (see
issue). A workaround seems to
be the use of std::io::copy
.