Skip to content

jakolehm/nightwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightwatch

Nightwatch is a command line tool to easily handle events on file system modifications.

Download & Docker

Download nightwatch from releases page. Linux (amd64, arm64, armhf), and MacOS are supported.

COPY for Dockerfile:

COPY --from=jakolehm/nightwatch-amd64:0.4 /nightwatch /usr/bin

or

COPY --from=jakolehm/nightwatch-arm64:0.4 /nightwatch /usr/bin

Example Usage

$ nightwatch --find-cmd "find *.js" node app.js

Building From Source

$ make build

About

A command line tool to easily handle events on file system modifications

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors