master
serr 2025-04-11 21:53:57 +03:00
parent 317700cdec
commit 0df955e2ee
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# 👁️ Eye - Universal Filesystem Watcher
Lightweight directory monitor with automatic rebuild and restart functionality for any project type.
Lightweight directory monitor with automatic rebuild and restart functionality for any project type
## Key Features
@ -11,10 +11,13 @@ Lightweight directory monitor with automatic rebuild and restart functionality f
## Quick Start
1. Configure the script:
1. Place script in your project root
2. Configure the script:
```bash
DURATION=5 # Delay between checks
WATCH_DIR="src/" # Directory to watch
BINARY_PATH="./app" # Output path
BUILD_CMD="make build" # Your custom build command
```
```
3. Run it:
./eye.sh