Forrest logo
back to context overview

entr

List of commands for entr:

  • entr:ai:9c92b Monitor file changes using entr and execute when a file changes
    $ entr -p -s "${command}"
    try on your machine
    explain this command
  • entr:tldr:1e8e4 entr: Rebuild with `make` if any file in any subdirectory changes.
    $ ${ag -l} | entr ${make}
    try on your machine
    explain this command
  • entr:tldr:4af82 entr: Send a `SIGTERM` to any previously spawned ruby subprocesses before executing `ruby main.rb`.
    $ ${ls *-rb} | entr -r ${ruby main-rb}
    try on your machine
    explain this command
  • entr:tldr:b71d8 entr: Run a command with the changed file (`/_`) as an argument.
    $ ${ls *-sql} | entr ${psql -f} /_
    try on your machine
    explain this command
back to context overview