dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
245 stars 73 forks source link

Added MOVE_FROM and MOVE_TO InotifyTree class #20

Closed vaniatoperich closed 6 years ago

vaniatoperich commented 8 years ago

issue #19

dsoprea commented 8 years ago

I didn't have a chance to look over this tonight, and it's waiting behind another PR. I'll try to get it merged today (26th).

vaniatoperich commented 8 years ago

No worries :) No rush

dsoprea commented 8 years ago

I'm ready to merge this but first we need to reconcile the changes from another merge that had to do with being able to watch more than one disjunct paths concurrently. It should be obvious.

abdallah commented 7 years ago

Any updates?

blag commented 6 years ago

This can be closed in favor of #34.

dsoprea commented 6 years ago

34 merged. Sorry this took so long.