istae / filewatch

filewatch monitors for any changes in a directory and recompiles code automatically. It is a tool for helping developers with compilation of small projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filewatch

filewatch monitors for any changes in a directory and recompiles code automatically. It is a tool for helping developers with compilation of small projects.

Example

filewatch <dirname> or filewatch

Entering files to watch

Alt text

Error in the source code file being watched

Alt text

After fixing and saving, make is called by filewatch automatically

Alt text

About

filewatch monitors for any changes in a directory and recompiles code automatically. It is a tool for helping developers with compilation of small projects.


Languages

Language:C 97.9%Language:Makefile 2.1%