Skip to content

CLI v1.22.3

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 11:05
· 132 commits to main since this release
eb19f83

Software development often involves running the same commands over and over. Boring! Watchexec is a simple, standalone tool that watches a path and runs a command whenever it detects modifications. Install it today with cargo-binstall watchexec-cli, from the binaries below, find it in your favourite package manager, or build it from source with cargo install watchexec-cli.

In this release:

  • Handle nested gitignores properly (#580, #578)
  • Fix ignores on Windows (#580, #487)