Skip to content

qt-luigi/filewatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

filewatcher

filewatcher watch to exist a file at regular intervals.

A loop of watching does not stop when find a file.

Installation

When you have installed the Go, Please execute following go get command:

go get -u github.com/qt-luigi/filewatcher

Usage

$ filewatcher 
filewatcher watch to exist a file at regular intervals.

A loop of watching does not stop when find a file.

Usage:

	filewatcher <file> <interval> [<loop>]

Each arguments are:

	<file>
		a watching file.
		wildcards can use to file name.
	<interval>
		a watching interval time.
		the value range is from 1(ms) to 60000(one hour).
	[<loop>]
		a watching loop count.
		the value range is none or 0 and from 1 to 1000.
		none or 0 is infinity loop.

License

MIT

Author

Ryuji Iwata

Note

This tool is mainly using by myself. :-)

About

filewatcher is a file existence watching tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages