A proposal for tickler.txt

TesTeq

Registered
I have been a big fan of Gina Trapani's todo.txt and format. Unfortunately there wasn't an equivalent one for tickler file. I wanted to propose a format for tickler.txt that would cover various tickler scenarios. It is a bit of a long post with examples so I have summarised it in a blog post. Please take a look and share your feedback.

https://medium.com/@criticalmind/gt...8ab324bca?sk=28202c548c1aed9a0b50d3e988fb9c57
Interesting. What does it mean: "t:YYYY-MM-DD"? "start:" and "due:" are self-explanatory but "t:"?
 
Interesting. What does it mean: "t:YYYY-MM-DD"? "start:" and "due:" are self-explanatory but "t:"?
This is part of the todo.txt format supported by the popular tools. t:YYYY-MM-DD is for a future dated task that will appear on the list once that date is reached. A way to keep the visual clutter to a minimum

I would guess that t: here refers to toggle?
 
Last edited:

aderoy

Registered
T: seems to me to be 'Tickler' - warn 'x' number of days prior to due date. Similar to what EccoPro would display a tickler for an appointment or task.
Of course not the author so may be way off base.
 
A

Alexander824

Guest
what I see it seems to be pushing the limit of todo.txt file format by having all the different types of date formats. Does that mean that typical clients such as simpletask (Android) won't work with these todo.txt files? I have made sure I never touch the todo.txt file so all existing tools work fine while I track everything in tickler.txt
 
I think you have mis-understood my proposal. I am not proposing ANY changes to todo.txt. All these specifications are for a new tickler.txt and a tool that converts tickler entries to valid todo.txt at the appropriate time.
 

GTDUser

Registered
the typical client does not support ticklerfiles. @vivek's weekly review must be installed to do the automated weekly review. Once the review is completed you can use every todotxt compliant client. Alternatively, you can do the review manually on any such client.
 

GTDUser

Registered
i created the following rule for my tickler file:
```
+p20 @call a friend start:2021-03-09 repeat:sunday
```

this created the following action:

```
2021-03-10 +p20 @call a friend due:2021-03-15 t:2021-03-14
```

why is the due date set to 15th, i wonder? Next sunday is at 14-03 and 15th would be overdue.
 
Top