Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ulrikstrid/redemon
https://github.com/ulrikstrid/redemon
hacktoberfest ocaml
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ulrikstrid/redemon
- Owner: ulrikstrid
- License: bsd-3-clause
- Created: 2020-05-13T19:36:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T07:33:09.000Z (over 3 years ago)
- Last Synced: 2024-05-01T14:27:28.138Z (8 months ago)
- Topics: hacktoberfest, ocaml
- Language: JavaScript
- Homepage:
- Size: 169 KB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redemon
## Basic usage
Runs `echo "Hello World!"` whenever a file in the directory `foo` changes.
```sh
redemon --path=foo echo "Hello World!"
```## Manual
```
REDEMON(1) Redemon Manual REDEMON(1)NAME
redemon - A filewatcher built with luvSYNOPSIS
redemon [OPTION]... COMMAND [ARGS]...ARGUMENTS
ARGS
args to send to COMMANDCOMMAND (required)
Command to runOPTIONS
--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 loggingRedemon REDEMON(1)
```