https://github.com/gregoryv/filechange
Package filechange provides a sensor of file modifications.
https://github.com/gregoryv/filechange
go golang
Last synced: about 1 year ago
JSON representation
Package filechange provides a sensor of file modifications.
- Host: GitHub
- URL: https://github.com/gregoryv/filechange
- Owner: gregoryv
- License: mit
- Created: 2020-02-18T01:27:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T13:00:37.000Z (over 1 year ago)
- Last Synced: 2025-03-13T14:21:22.169Z (over 1 year ago)
- Topics: go, golang
- Language: Go
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
Filechange provides a sensor of file modifications
## Quick start
$ go install github.com/gregoryv/filechange/cmd/sense@latest
$ sense -h
Usage: sense [OPTIONS] [DIR]
Options
-i, --interval : 2s
-r, --recursive
-s, --script : "./.onchange.sh"
-w, --write-example-script
-h, --help