timewarrior/ext/on-modify.timewarrior
2016-03-26 13:02:55 -04:00

15 lines
259 B
Python
Executable file

#!/usr/bin/env python
import sys
# This is a placeholder for a Taskwarrior hook script that integrates Timewarrior
# Hook should extract all of the following for use as Timewarrior tags:
# UUID
# Project
# Tags
# Description
# UDAs
sys.exit(0)