watchexec

watchexec 2.5.1

Executes commands in response to file modifications

https://watchexec.github.io/
Apache License 2.0
main program: watchexecprograms: watchexec, test-socketfd
Platforms (38)
i686-windowsx86_64-redoxaarch64-linuxpowerpc-linuxpowerpc64-linuxarmv7l-linuxarmv5tel-linuxi686-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  watchexec
];
Ad-hoc shell
nix-shell -p watchexec
Flake (nix run)
nix run nixpkgs#watchexec