Add shout-outs to friends of watchexec

This commit is contained in:
Félix Saparelli 2022-02-08 14:59:41 +13:00 committed by GitHub
parent bd7a933906
commit e5bb99a60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -45,9 +45,17 @@ More usage examples: [in the CLI README](./cli/#usage-examples)!
- As pre-built binary package: https://watchexec.github.io/downloads/
- With your package manager for Arch, Homebrew, Nix, Scoop, Chocolatey…
- From source with Cargo: `cargo install watchexec-cli`
- From binary with Binstall: `cargo binstall watchexec-cli`
All options in detail: [in the CLI README](./cli/#installation).
## Augment
Watchexec pairs well with:
- [checkexec](https://github.com/kurtbuilds/checkexec): to run only when source files are newer than a target file
- [just](https://github.com/casey/just): a modern alternative to `make`
- [systemfd](https://github.com/mitsuhiko/systemfd): socket-passing in development
## Extend