Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Events contain the `os.FileInfo` of the file or directory that the event is base
go get -u github.com/radovskyb/watcher/...
```

Install the CLI tool only:

```shell
go install github.com/radovskyb/watcher/cmd/watcher@latest
```

# Features

- Customizable polling interval.
Expand Down