Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-16 | Fix segfault when running hooks in non-interactive mode | Lukas Fleischer | |
Do not run wins_prepare_external() and wins_unprepare_external() before and after running hooks in non-interactive mode. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | |||
2016-01-07 | Add pre-save and post-save hooks | Lukas Fleischer | |
This adds support for hooks which are executed before/after saving calcurse data. Hooks can be placed under hooks/pre-save and hooks/post-save in the data directory and need to be executable. Potential use cases include: * Automatically commit any changes to the data files using a VCS. * Automatically sync with some sever component on data file changes. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> |