diff --git a/README.md b/README.md index d492b94..fae76dc 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ ▒██░▄▄▄ ▒██░ ▒██▒ ▓██ █▒ ███ ░▓█ ██ ▒██░ ░██░ ▒██ █░░▒▓█ ▄ ░▒▓███▀▒░██████ ░██░ ▒▀█░ ▒████▒ - ░▒ ▒ ░ ▒░▓ ░ ▓ ░ ▐░ ░░ ▒░ ░ - ░ ░ ░ ░ ░ ▒ ░ ░░ ░ - ░ ░ ░ ░ ░ ░ + ░▒ ▒ ░ ▒░▓ ░ ▓ ░ ▐░ ░░ ▒░ ░ + ░ ░ ░ ░ ░ ▒ ░ ░░ ░ + ░ ░ ░ ░ ░ ░ ## Directory and File Watcher && Live Server :: Similar to NODEMON, But can work with any platform. @@ -15,6 +15,7 @@ ## Features: * You can use with any platform like Nodejs, Golang, Python etc. * Run any command and Watch any directory. +* Skip Directory or Files. * Super fast, as built in Golang. * Easy installation. * No dependencies. @@ -25,13 +26,13 @@ ## Usage: ```sh SYNTAX: - glive -d -c "command to run" + glive -d -c "command to run" -s - Optional. EXAMPLES: glive -d . -c "go run ./main.go" glive -d . -c "go run ./cmd/app/main.go" glive -d ./src -c "node src/app/index.js" - glive -d /tmp -c "python script.py" + glive -d /tmp -c "python script.py -s /.git" glive -d ./directory -c "./binary" glive -d ../. -c "any command" ``` diff --git a/glive b/glive index ea5e406..4c2be61 100755 Binary files a/glive and b/glive differ diff --git a/glive.deb b/glive.deb index 28c10a1..e227cc8 100644 Binary files a/glive.deb and b/glive.deb differ