emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
4.96k stars 327 forks source link

Is there any way to get previous filename for Rename event? #316

Open skorphil opened 7 months ago

skorphil commented 7 months ago

Hi, is it possible to get the previous name of the renamed file? I need this to implement filter "run script only when extension being changed"

I'm on macos