/folder-watcher

This small app is used to watch any added folder to another folder locally on your computer and sends a desktop notification for that addition.

Primary LanguageJavaScript

🔨 Installation

You'll need Node.js installed on your computer in order to build this app.

git clone https://github.com/mahmoudAcm/folder-watcher.git
cd folder-watcher
npm install

💌 Thanks for these

| chokidar | A neat wrapper around Node.js fs.watch / fs.watchFile / FSEvents.!