1 مستودع
Groups multiple filesystem change notifications into a single batch before delivering them to the consumer.
Distinct from Batch Processing: Distinct from Batch Processing: focuses on batching filesystem events for file watchers, not general batch endpoint optimization or audio/video batch processing.
Explore 1 awesome GitHub repository matching web development · File Change Batching. Refine with filters or upvote what's useful.
fswatch is a cross-platform file change monitor that watches files and directories for modifications using the native event API of each operating system. It functions as a multi-backend file watcher library that selects from platform-specific backends such as inotify, kqueue, and FSEvents, with a polling fallback when no native API is available. The tool groups multiple file changes into a single event batch and triggers one command per batch, while also executing user-specified commands each time monitored files or directories are modified. The project applies include, exclude, event-type, a
Groups multiple file changes into a single event batch to reduce overhead for rebuilds or test reruns.