Skip to content

Releases: mauri870/iowatch

0.3.0

04 Oct 20:58
Compare
Choose a tag to compare

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

08 Feb 21:35
Compare
Choose a tag to compare

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.

0.1.0

31 Dec 17:05
805b580
Compare
Choose a tag to compare

Initial release of entr