task-timewarrior-hook/on-modify.timewarrior
2021-05-10 21:43:25 +02: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)