https://github.com/crabdancing/inotifywrap
WIP QUALITY DO NOT USE
https://github.com/crabdancing/inotifywrap
Last synced: over 1 year ago
JSON representation
WIP QUALITY DO NOT USE
- Host: GitHub
- URL: https://github.com/crabdancing/inotifywrap
- Owner: crabdancing
- Created: 2022-08-10T07:17:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T22:48:55.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T05:33:02.199Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InotifyWrap
A utility like `inotifywait`, but instead of waiting, it restarts a program it's wrapping.
This was made to wrap the Godot game engine as its used to execute a scene, so that the engine will restart if you `close_write` the `.so` file(s).
Usage example:
```
inotifywrap [inotifywrap args] godot [godot args]
```
Anything beginning with hyphens (e.g., `-t`, `--this`) is assumed to be `inotifywrap` arguments, and the first argument without these hyphens is read as the command to wrap, instead of a `inotifywrap` flag.