Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tshm/fmon.go
tool for executing given command upon file change.
https://github.com/tshm/fmon.go
Last synced: 11 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T06:42:10.000Z (about 9 years ago)
- Last Synced: 2024-11-14T22:35:55.028Z (2 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
[![Build Status](https://drone.io/github.com/tshm/fmon.go/status.png)](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.