Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 604 Bytes

File metadata and controls

31 lines (21 loc) · 604 Bytes

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