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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Yokadi: CLI sqlite powered todo list

18 点作者 dannyrosen超过 9 年前

2 条评论

pmoriarty超过 9 年前
For quick, brief, simple todo lists in the CLI, I prefer devtodo.[1] It&#x27;s uses a plain text file as its data store, and is as simple as you can possibly get.<p>For more complicated things I prefer taskwarrior[2] or org-mode.[3]<p>[1] - <a href="http:&#x2F;&#x2F;swapoff.org&#x2F;DevTodo" rel="nofollow">http:&#x2F;&#x2F;swapoff.org&#x2F;DevTodo</a><p>[2] - <a href="http:&#x2F;&#x2F;taskwarrior.org" rel="nofollow">http:&#x2F;&#x2F;taskwarrior.org</a><p>[3] - <a href="http:&#x2F;&#x2F;www.orgmode.org" rel="nofollow">http:&#x2F;&#x2F;www.orgmode.org</a>
minhajuddin超过 9 年前
Todo lists stored in a database seem like a bad idea because it becomes much more difficult to share and sync it between computers. I wrote a todo list manager in ruby (<a href="https:&#x2F;&#x2F;github.com&#x2F;minhajuddin&#x2F;taskr)[1]" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;minhajuddin&#x2F;taskr)[1]</a> back in the day and used plain text files to store the data and timestamps for ids and Dropbox to sync it between computers. It works really nicely. Also, every person&#x27;s workflow is different so getting your own todo list manager or tweaking an existing one seems like a good idea.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;minhajuddin&#x2F;taskr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;minhajuddin&#x2F;taskr</a>
评论 #10727258 未加载
评论 #10727234 未加载