entr -d does not react to files being moved into watched directory
maralorn opened this issue · 1 comments
maralorn commented
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).