Skip to content

Roundlay/watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple file-system watcher

Watcher implements a basic Win32 file-system watcher that looks for and responds to modifications to file-system events.

Command-line Launch Arguments

  • -watch:<string>: Specify the direcotry to watch for file modification events (-w, --watch)
  • -target:<string>: Supply a specific compilation target (-t, --target)

How-tos

Watch for file modification events in the same directory:

  • watcher

Watch for file modification events in a specific directory:

  • watcher --watch:C:\Users\User\Projects\watch

Watch for file modification events in a specific directory and use a specific compilation target:

  • watcher -w:C:\Users\User\Projects\watch -t:js_wasm32

About

A simple auto-compiler for the Odin programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages