From 80087047926e084dee35dc097c495be3c5827e8f Mon Sep 17 00:00:00 2001
From: Hamid Bluri
Date: Mon, 30 Aug 2021 00:10:18 +0430
Subject: [PATCH] Add package watch_for_files (#1994)
---
packages.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/packages.json b/packages.json
index 841d698..faa225d 100644
--- a/packages.json
+++ b/packages.json
@@ -23622,5 +23622,19 @@
"description": "Kombinator is a tool to generate commands line from parameters combination from a config file.",
"license": "MIT",
"web": "https://gitlab.com/ArMour85/kombinator.git"
+ },
+ {
+ "name": "watch_for_files",
+ "url": "https://github.com/hamidb80/watch_for_files",
+ "method": "git",
+ "tags": [
+ "file-watcher",
+ "file",
+ "watcher",
+ "cross-platform"
+ ],
+ "description": "cross-platform file watcher with database",
+ "license": "MIT",
+ "web": "https://github.com/hamidb80/watch_for_files"
}
]