Sha256: e27fd0a18c423d3ffac175f691295fba19b59d68406fe5e41df435d0a5c04cf3

Contents?: true

Size: 838 Bytes

Versions: 9

Compression:

Stored size: 838 Bytes

Contents

The notify utility continiously prints changes in a specified directory in the following format:

M changed/path/1
M changed/path/2
-

Where M stands for "Modifed", and "-" is the indicator of end of changeset

Utility only returns specific directories that have changed, it does not print
the files/directories that have been modified: you need to determine them
yourself.

Linux-specific notes:

    1. You might need to adjust '/proc/sys/fs/inotify/max_user_watches' to allow more directories to be watched
    2. If you have a lot of changes you might also want to increase queue size in /proc/sys/fs/inotify/max_queued_events
    3. Watched queue can overflow and notify utility can run out of watched directories.
       When you get exit code 3, you need to restart the daemon and re-process all directories you are interested in.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
entangler-0.4.1 lib/notifier/src/linux/README
entangler-0.4.0 lib/notifier/src/linux/README
entangler-0.3.1 lib/notifier/src/linux/README
entangler-0.3.0 lib/notifier/src/linux/README
entangler-0.2.1 lib/notifier/src/linux/README
entangler-0.2.0 lib/notifier/src/linux/README
entangler-0.1.2 lib/notifier/src/linux/README
entangler-0.1.1 lib/notifier/src/linux/README
entangler-0.1.0 lib/notifier/src/linux/README