You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.