mirror of
https://github.com/GothenburgBitFactory/task-timewarrior-hook.git
synced 2025-09-05 14:07:21 +02:00
15 lines
259 B
Python
Executable file
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)
|
|
|