mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +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)
|
|
|