f91w

Crates.iof91w
lib.rsf91w
version0.2.0
created_at2025-05-10 01:34:15.216179+00
updated_at2025-05-11 15:23:47.168332+00
descriptionA simple directory watcher.
homepagehttps://git.sr.ht/~orchid/f91w
repositoryhttps://git.sr.ht/~orchid/f91w
max_upload_size
id1667982
size18,589
moe (thoughtpatterns)

documentation

README

f91w

A small tool which executes a command when the passed directory is updated (recursive), using notify.

Installation

cargo install f91w

See f91w --help for usage information.

Limitations

  • On MacOS, rust programs which copy from the watched directory via 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.
Commit count: 0

cargo fmt