/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.

Primary LanguageC

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