← Back to tools
View AGENTS.md for reflex
reflex
Watch a directory and rerun a command when files change
Description
Reflex is a small tool to watch a directory and rerun a command when certain files change. It supports glob patterns for file matching and can run multiple commands with different watch patterns simultaneously.
AI Summary
Go-based file watcher that reruns commands when matching files change
Capabilities
- + Watch directories for file changes
- + Run commands when files matching patterns change
- + Support glob patterns for file matching
- + Run multiple watchers simultaneously
Use When
- → You need to rerun commands when files change
- → You want file watching with glob pattern support
Avoid When
- x You need a simple single-command file watcher (use entr)