Hello,
thank you for the great CLI entr! It is a great tool and I enjoy to use it.
First I was confused that Homebrew did not have the latest release. Found out that the version number in source code is old.
Hopefully the macOS specific Homebrew showcase helps:
$ entr
-bash: entr: command not found
$ brew install entr
✔︎ JSON API packages.arm64_tahoe.jws.json Downloaded 15.2MB/ 15.2MB
==> Fetching downloads for: entr
✔︎ Bottle entr (5.8)
...
$ entr -h
release: 5.7
usage: entr [-acdnprsxz] utility [argument [/_] ...] < filenames
...
Looks like that https://github.com/eradman/entr/blob/master/Makefile.bsd#L4 could be the culprit.
Best regards
Marcel
Hello,
thank you for the great CLI
entr! It is a great tool and I enjoy to use it.First I was confused that Homebrew did not have the latest release. Found out that the version number in source code is old.
Hopefully the macOS specific Homebrew showcase helps:
Looks like that https://github.com/eradman/entr/blob/master/Makefile.bsd#L4 could be the culprit.
Best regards
Marcel