Releases: mauri870/iowatch
Releases · mauri870/iowatch
0.3.0
Changes since 0.2.0
- Migrated from structopt to clap v4
- Use of crossbeam to select between multiple channels
- Spawn processes in their own process group to avoid zombie processes when killed
- Graceful shutdown when ctrl+c is pressed
- Migrated from notify v4 to v5 (notify-debouncer-mini)
- Automatically skip .ignore/.gitignore entries in the current dir
- Better process management with waitid (thanks nix!)
s/entr/iowatch/g
Since there's already an entr utility I decided to rename the project to iowatch. Also a new flag was added, -t, that forces the execution of the command if no events have been fired in the given timeout in seconds.