├── .gitignore ├── LICENSE.md ├── README.md ├── nwatch.json.example ├── nwatch.nim ├── nwatchdog.nim └── nwatchdog.nimble /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zendbit/nim_nwatchdog/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zendbit/nim_nwatchdog/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zendbit/nim_nwatchdog/HEAD/README.md -------------------------------------------------------------------------------- /nwatch.json.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zendbit/nim_nwatchdog/HEAD/nwatch.json.example -------------------------------------------------------------------------------- /nwatch.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zendbit/nim_nwatchdog/HEAD/nwatch.nim -------------------------------------------------------------------------------- /nwatchdog.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zendbit/nim_nwatchdog/HEAD/nwatchdog.nim -------------------------------------------------------------------------------- /nwatchdog.nimble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zendbit/nim_nwatchdog/HEAD/nwatchdog.nimble --------------------------------------------------------------------------------