TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Yokadi: CLI sqlite powered todo list

18 pointsby dannyrosenover 9 years ago

2 comments

pmoriartyover 9 years ago
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>
minhajuddinover 9 years ago
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 未加载