but also
> Klunok uses the Linux kernel fanotify API, which as of now requires root privileges. Therefore, Klunok should be invoked, for example, with sudo
Also, I wonder what capabilities(7) would be sufficient, instead of requiring full-blown sudo powers. I saw a stackoverflow answer which suggested CAP_SYS_ADMIN, but they didn't provide a source for that claim.
Edit: Actually, the capabilities manpage does match fanotify_init to CAP_SYS_ADMIN. So, there's a source. Disappointing as it is.
I have an odd use case in mind:
1. Git handles intentional releases / commits
2. Klunok handles "timelapse" recording of development to avoid full screen capture
This would make it easier to re-play development and re-render code with zooming and styles as needed.