Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 380 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 380 Bytes

ovo

File watcher and command executor

Caution

Created for my own personal use. Use with caution. Here be dragons!

Basic usage,

$ ovo file.txt echo hello world

This will run the command echo hello world every time file.txt is modified.

See ovo --help for more information.

Building

Make sure a recent Go compiler is setup.

make build