Sometimes you want a command to be automatically executed as soon as a certain file changes. There is a small tool called entr, which helps with that.

    • danrot@kbin.socialOP
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      I am not exactly sure what you mean by that… But the main advantage is that the command does not have to be executed manually everytime you change something. Instead entr recognizes when something changes and re-executes the command for you.