Utility to record and replay file system events to produce test scenario on file-watching applications.
Find a file
2025-06-23 16:34:13 +02:00
package/zip add packaging 2025-06-23 16:34:13 +02:00
src Init. 2025-06-17 14:07:59 +02:00
test Init. 2025-06-17 14:07:59 +02:00
.gitignore Init. 2025-06-17 14:07:59 +02:00
build Init. 2025-06-17 14:07:59 +02:00
Cargo.lock Init. 2025-06-17 14:07:59 +02:00
Cargo.toml Init. 2025-06-17 14:07:59 +02:00
log.log Init. 2025-06-17 14:07:59 +02:00
README.md Init. 2025-06-17 14:07:59 +02:00
rustfmt.toml Init. 2025-06-17 14:07:59 +02:00

Filesystem recorder

Utility to record and replay file system events to produce test scenario on file-watching applications.

Build

Requirements

This project use case is recording on linux and playing on windows. As such, the recorder is playing

In order to make fsr-play available on windows, fsr-rec is split into a default feature that may be disabled during windows compilation.

To build all possible artefacts for both linux and windows :

./build

note Building for windows on linux requires the cargo-xwin program. It may be installed through your package manager or through cargo cargo install cargo-xwin