Added by: devmonk
Apr 22, 2023
Version

~> entr

Description
Run arbitrary commands when files change
Links
Install (execute in workspace terminal)
wrk install entr==5.3
Remarks and hints
Launch and auto-reload a node.js server:
$ ls *.js | entr -r node app.js

Clear the screen and run a query after the SQL script is updated:
$ echo my.sql | entr -cp psql -f /_

Auto-reload a web server, or terminate if the server exits
$ ls * | entr -rz ./httpd
Scripts
# Istall script # Start script
alnoda-workspace
base-devspace
alnoda-workspace

no compatibility requirements