onchange
File watch tool
Tool for watching file changes and running commands when files are modified or deleted.
Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.
817 stars
11 watching
47 forks
Language: TypeScript
last commit: 12 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
liudng/dogo | Automates compilation and execution of source files in response to changes | 268 |
guard/listen | Notifies applications about file modifications and changes | 1,925 |
denosaurs/denon | Automated file watcher and script runner for Deno applications. | 1,101 |
simonwaldherr/fsagent | Automates file system actions in response to changes | 15 |
jinjor/deno-watch | A pure Deno file watcher for detecting changes to files in a directory | 44 |
ms-jpq/sad | A CLI tool that uses fzf and diff for interactive search, replace, and review of changes in text files before committing them. | 1,777 |
shama/gaze | A library that provides a simple and efficient way to monitor file system changes in real-time. | 1,154 |
trilom/file-changes-action | Automatically generates output with information about changes to files in a repository after a push or pull request. | 167 |
schell/steeloverseer | A tool for automating file-based development tasks by monitoring changes to files and executing shell commands in response. | 128 |
open-cli-tools/chokidar-cli | A utility to watch file system changes and execute custom commands based on those changes | 823 |
wtetsu/gaze | Automates repetitive command executions after file modifications to save development time and effort. | 269 |
alexb52/retest | A CLI tool to watch file changes and run matching Ruby specs in any project | 146 |
mikeal/watch | Tools for watching and managing file trees in node.js | 1,273 |
sindresorhus/gulp-changed | A plugin for Gulp that only processes files that have changed since the last run. | 742 |
carlos8f/saw | A file tree watching library that recursively monitors changes to detected files and emits events on differences. | 8 |