watchexec
watchexec copied to clipboard
Executes commands in response to file modifications
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Changelog Sourced from nix's changelog. [0.28.0] - 2024-02-24 Added Added mkdtemp wrapper (#1297) Add associated constants UTIME_OMIT UTIME_NOW for TimeSpec...
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Changelog Sourced from nix's changelog. [0.28.0] - 2024-02-24 Added Added mkdtemp wrapper (#1297) Add associated constants UTIME_OMIT UTIME_NOW for TimeSpec...
Updates the requirements on [gix-config](https://github.com/Byron/gitoxide) to permit the latest version. Release notes Sourced from gix-config's releases. gix-config v0.34.0 Bug Fixes assure excessive amounts of newlines can't lead to amplification. Now...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Updates the requirements on [gix](https://github.com/Byron/gitoxide) to permit the latest version. Release notes Sourced from gix's releases. gix v0.58.0 New Features add max-control feature for fine-grained performance control. This also adds...
# Problem Description When used with Haskell's Cabal like this: `watchexec -e --restart 'hs' 'cabal repl'`, the backspace fails to work. ## Expected Using backspace would delete the last character....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
For #386 TODO: - [ ] [We can only listen to SIGTSTP](https://stackoverflow.com/questions/11886812/what-is-the-difference-between-sigstop-and-sigtstp) - [ ] How do we stop ourselves after getting a SIGTSTP? - [ ] Add option at...