Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starfork authored Dec 28, 2023
1 parent 6fe7219 commit 8050a06
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Description
Watch file change and send notify to your telegram

## Config Sample

```yaml
token: "your token"
chatid: yourchatid
max: max length of the send
interval: 10
path:
- "path1"
- "path2"
- "path3"
```
## install
```
go install https://github.com/starfork/fwatcher@latest
```

## Usage
```
fwatcher
```

0 comments on commit 8050a06

Please sign in to comment.