From 0ac52b23d47c58b43fe3334fcc6fb1431c866d70 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Sun, 4 Sep 2022 11:28:38 +0200 Subject: [PATCH] change README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9f84d..c67aaa5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # pyinotifyd -A daemon to monitor filesystems events with inotify on Linux and run tasks like filesystem operations (copy, move or delete), a shell command or custom async python methods. +A daemon for monitoring filesystem events with inotify on Linux and run tasks like filesystem operations (copy, move or delete), a shell command or custom async python methods. It is possible to schedule tasks with a delay, which can then be canceled again in case a canceling event occurs. A useful example for this is to run tasks only if a file has not changed within a certain amount of time.