mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Exports
- Provided sample sqlite3 export script in Python, to serve as a starting point for anyone wanting to migrate taskwarrior data into a SQL database. Illustrates JSON parsing and separation of the relational data. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
0215e708ad
commit
36ed70ad93
6 changed files with 244 additions and 43 deletions
|
@ -40,6 +40,7 @@
|
|||
output is enclosed by '[...]'.
|
||||
+ The duration 'm' is now interpreted as 'months', not 'minutes'.
|
||||
+ Urgency now has an 'age' component.
|
||||
+ Improved text wrapping of UTF8 text.
|
||||
|
||||
|
||||
# Tracked Features, sorted by ID.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue