Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    entr is great to restart a process when files changes, but it's not able to give you the name of the file that changed or was added to a folder: it gives the first file in the folder that was modified, which is not useful Commented Feb 11, 2022 at 1:59
  • > which is not useful The modification of one file might indicate that the whole directory might have changed, and this is sufficient for many use cases on the whole set of files. Commented Sep 13, 2022 at 13:33