All Projects → ulrikstrid → redemon

ulrikstrid / redemon

Licence: BSD-3-Clause license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
ocaml
1615 projects
Nix
1067 projects

redemon

Basic usage

Runs echo "Hello World!" whenever a file in the directory foo changes.

redemon --path=foo echo "Hello World!"

Manual

REDEMON(1)                      Redemon Manual                      REDEMON(1)



NAME
       redemon - A filewatcher built with luv

SYNOPSIS
       redemon [OPTION]... COMMAND [ARGS]...

ARGUMENTS
       ARGS
           args to send to COMMAND

       COMMAND (required)
           Command to run

OPTIONS
       --delay=DELAY (absent=100)
           Time in ms to wait before restarting

       -e EXT, --extensions=EXT
           File extensions that should trigger changes

       --help[=FMT] (default=auto)
           Show this help in format FMT. The value FMT must be one of `auto',
           `pager', `groff' or `plain'. With `auto', the format is `pager` or
           `plain' whenever the TERM env var is `dumb' or undefined.

       -p PATH, --path=PATH
           Path to watch, repeatable

       --paths=PATHS
           Paths to watch as comma separated list

       --signal=SIGNAL (absent=SIGTERM)
           Signal sent to process when exiting

       -v, --verbose
           Verbose logging

Redemon                                                             REDEMON(1)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].