I played with watchmedo and renamed files, I got no output. So I tried on my Raspberry, there it works:
On FreeBSD watchmedo outputs nothing.
(Python 3.7.9)
Can anybody confirm this?
Code:
weberjn@pi:~/watcht $ watchmedo shell-command --patterns='*.part' --command='echo "${watch_src_path} ${watch_dest_path}"'
./x.zip.part ./x.zip
./x.zip ./x.zip.part
./x.zip.part ./x.zip
On FreeBSD watchmedo outputs nothing.
(Python 3.7.9)
Can anybody confirm this?