Skip to content

drpriver/macwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macwatch

Macwatch is a simple filewatching utility. You give it a list of files to watch and a command to run when those files change and it will invoke the command.

makewatch.py is a companion script that will parse a Makefile for the dependencies of a target and invoke make when that target's dependencies change.

Usage

$ macwatch 'command' [files ...]

or

$ something_outputting_lines_to_stdout | macwatch 'command'

About

Simple utility to watch files on macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published