A Rubber wrapper using inotify.
Go to file
Paul van Tilburg 5b7130c2f9
Fix infinite loop when the viewer exits
* The viewer now sends `SIGHUP` to the main process when it exists
* The main process signal handler kills the viewer and terminates the
  notifier/main event loop when receiving `SIGINT`/`SIGTERM`/`SIGQUIT`
* The main process signal handler just terminates the notifier/main
  event loop when receiving `SIGHUP`
* Clean just after the notifier/main loop finishes
2023-12-12 15:08:04 +01:00
LICENSE Rename COPYING to LICENSE for consistency 2022-11-05 15:15:23 +01:00
rubberin Fix infinite loop when the viewer exits 2023-12-12 15:08:04 +01:00
TODO.md Rename TODO to TODO.md because it is in Markdown format 2022-11-05 15:15:59 +01:00