Skip to content

Commit

Permalink
Added skip functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
clubcleaver committed Jul 15, 2024
1 parent 35a794d commit 19e01ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
▒██░▄▄▄ ▒██░ ▒██▒ ▓██ █▒ ███
░▓█ ██ ▒██░ ░██░ ▒██ █░░▒▓█ ▄
░▒▓███▀▒░██████ ░██░ ▒▀█░ ▒████▒
░▒ ▒ ░ ▒░▓ ░ ▓ ░ ▐░ ░░ ▒░ ░
░ ░ ░ ░ ░ ▒ ░ ░░ ░
░ ░ ░ ░ ░ ░
░▒ ▒ ░ ▒░▓ ░ ▓ ░ ▐░ ░░ ▒░ ░
░ ░ ░ ░ ░ ▒ ░ ░░ ░
░ ░ ░ ░ ░ ░


## Directory and File Watcher && Live Server :: Similar to NODEMON, But can work with any platform.
### You can watch any Directroy and keep any Process Alive. Enjoy!!
## 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.
Expand All @@ -25,13 +26,13 @@
## Usage:
```sh
SYNTAX:
glive -d <directory to be Watched.> -c "command to run"
glive -d <directory to be Watched.> -c "command to run" -s <path to skip> - 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"
```
Expand Down
Binary file modified glive
Binary file not shown.
Binary file modified glive.deb
Binary file not shown.

0 comments on commit 19e01ec

Please sign in to comment.