Releases: lukeed/watchlist
Releases · lukeed/watchlist
v0.3.0
Breaking
- Remove directory & existence exit conditions (#9): 45462f3
Previously, watchlist
would not rerun your command for any changes to a directory item.
Similarly, it would not rerun your command if a file/directory was deleted.
Both of these are no longer the case.
Features
- Add
eager
option and -e / --eager
CLI flag (#13): 0a3ece8
Before this addition, you had to trigger a file/directory change to have watchlist
run your command for the first time.
Now with this addition, watchlist
can run your command immediately and then wait for any file/directory changes.
v0.2.2
Patches
- Compare error code correctly for Linux fallback (#3): 04a477c
Thank you @madx