eradman/entr

entr -d does not react to files being moved into watched directory

maralorn opened this issue · 1 comments

I tried

fd . testdir | entr -d echo /_
touch testfile
mv testfile testdir

entr does not react. I think this is probably easily fixable, if desired, by listening to the IN_MOVED_TO event (or something similar).

Thanks for spotting this! Indeed this is a simple change. Fix applied in commit bd96a65