Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-w-yun/bash-file-monitor
Monitors files for changes via inotifywait and executes a command when a change is detected.
https://github.com/j-w-yun/bash-file-monitor
Last synced: about 7 hours ago
JSON representation
Monitors files for changes via inotifywait and executes a command when a change is detected.
- Host: GitHub
- URL: https://github.com/j-w-yun/bash-file-monitor
- Owner: j-w-yun
- License: mit
- Created: 2024-06-07T00:52:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T10:25:40.000Z (5 months ago)
- Last Synced: 2024-06-22T19:35:12.039Z (5 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Monitor for Bash
Monitors files for changes via inotifywait and executes a command when a change is detected.
## Usage
```bash
# Run in interactive mode
./monitor.sh
``````
Usage:
./monitor.sh [OPTION]Options:
-l, --list list active monitors
-r, --reload reload all monitors
-k, --kill kill and delete all monitors
-h, --help display this help and exit
```