https://github.com/tshm/fmon.go
tool for executing given command upon file change.
https://github.com/tshm/fmon.go
Last synced: 4 months ago
JSON representation
tool for executing given command upon file change.
- Host: GitHub
- URL: https://github.com/tshm/fmon.go
- Owner: tshm
- License: mit
- Created: 2014-01-28T01:57:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T06:42:10.000Z (over 9 years ago)
- Last Synced: 2025-01-14T23:57:35.584Z (6 months ago)
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
[](https://drone.io/github.com/tshm/fmon.go/latest)
fmon
====
tool for executing given command upon file change.```
example:
fmon -deadtime=1000 -path=monitorDir dir
```run "dir" when files/folders under "monitorDir" changes.
It won't execute "dir" command until 1000ms has passed.