TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GTD Tickler file – a proposal for text file format

3 点作者 vivekv超过 5 年前

2 条评论

westurner超过 5 年前
Taskwarrior is also built upon the todo.txt format. [1]<p>Taskw supports various task dates – { due: scheduled: wait: until: recur: } [2]<p>Taskw supports various named dates like soq&#x2F;eocq, som&#x2F;eom (start&#x2F;end of [current] quarter, start&#x2F;end of month), tomorrow, later [3]<p>Taskw recurring tasks (recur:) use the duration syntax: weekly&#x2F;wk&#x2F;w, monthly&#x2F;mo, quarterly&#x2F;qtr, yearly&#x2F;yr, … [4]<p>Pandas has a &quot;date offset&quot; &quot;frequency string&quot; microsyntax that supports business days, quarters, and years; e.g. BQuarterEnd, BQuarterBegin [5]<p>IDK how usable by other tools these date string parsers are.<p>W&#x2F; just a text editor, having `todo.txt`, `daily.todo.txt`, and `weekly.todo.txt` (and `cleanhome.todo.txt` and `hygiene.todo.txt` with &quot;## heading&quot; tasks that get lost @where +sorting) works okay.<p>I have physical 43 folders, too: A 12 month and a 31 day expanding file. [6]<p>[1] <a href="http:&#x2F;&#x2F;todotxt.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;todotxt.org&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;taskwarrior.org&#x2F;docs&#x2F;using_dates.html" rel="nofollow">https:&#x2F;&#x2F;taskwarrior.org&#x2F;docs&#x2F;using_dates.html</a><p>[3] <a href="https:&#x2F;&#x2F;taskwarrior.org&#x2F;docs&#x2F;named_dates.html" rel="nofollow">https:&#x2F;&#x2F;taskwarrior.org&#x2F;docs&#x2F;named_dates.html</a><p>[4] <a href="https:&#x2F;&#x2F;taskwarrior.org&#x2F;docs&#x2F;durations.html" rel="nofollow">https:&#x2F;&#x2F;taskwarrior.org&#x2F;docs&#x2F;durations.html</a><p>[5] <a href="https:&#x2F;&#x2F;pandas.pydata.org&#x2F;pandas-docs&#x2F;stable&#x2F;user_guide&#x2F;timeseries.html#dateoffset-objects" rel="nofollow">https:&#x2F;&#x2F;pandas.pydata.org&#x2F;pandas-docs&#x2F;stable&#x2F;user_guide&#x2F;time...</a><p>[6] <a href="http:&#x2F;&#x2F;www.43folders.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.43folders.com&#x2F;</a>
评论 #21310045 未加载
vivekv超过 5 年前
Been a long term practitioner of GTD, I adopted todo.txt about 7-8 years ago and never looked for tools after that! I created something similar for the tickler file as well. Would love to get some feedback.