sherief / watcher

A CLI tool to watch files / directories for changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watcher is a tool to watch a file or directory for changes and invoke a shell command when a change occurs. From a command line, running watch foo.txt "notepad.exe foo.txt" will execute notepad.exe foo.txt whenever foo.txt is changed.

About

A CLI tool to watch files / directories for changes.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%