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

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.

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