A lightweight utility that executes commands whenever your files change, using efficient system-level monitoring instead of polling. Built with kqueue(2) on BSD/Mac and inotify(7) on Linux, entr delivers instant feedback for developers working on the command line.
Key capabilities:
-r flag-c option-z flagCommon use cases include rebuilding projects with live output limiting, launching auto-reloading Node.js servers, re-executing database queries when SQL scripts update, and monitoring directories for new or modified files. The tool integrates seamlessly into development workflows, eliminating manual re-runs and accelerating the edit-test cycle. Perfect for test runners, build systems, and any development process requiring immediate feedback on file changes.

Activity score
88/100
Stars
Forks
Last commit
First release
Language
Auto-fetched .