Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.