Skip to main content

t vs Taskwarrior vs Todo.txt

For what little I've used them, t is rather straightforward. taskwarrior is far more detailed. todo.txt is around that level of complexity, but I found it a little more cumbersome than taskwarrior.
For what it's worth:
And just for reference, there are lots more out there.
level 2
2 points · 4 years ago
On the taskwarrior thing having the "task" command... it's good because it's short. But the program needs a unique name so that you can search the web for it.
level 3
Yeah, the binary predated the name. It might get renamed to 'tw' though. Shorter is better, when the program is trying to be low-friction.
level 1
I use Taskwarrior quite a bit, but then I'm biased.
I have some tips which apply to all though, which you might consider:
  • Choose something lightweight. If the app takes 10 seconds to launch, it's not going to encourage you to quickly capture items and notes.
  • Choose something that generates the kind of output that you want. Can you sort? Filter? Search?
  • Choose something that supports whichever methodology you use. That could be GTD, Pomodoro, and so on - there are many approaches, and you might find yourself changing methodologies, or tweaking them to match your own style.
level 2
2 points · 4 years ago
Thanks for your feedback and tips :)
level 1
4 points · 4 years ago
BTW, unix comes with all the tools you need:
─── cat -n ~/.todo 
    1  Take a shower
    2  Buy some bananas
    3  Answer the TODO post on reddit
    4  Tidy mail dir
─── sed -i 3d ~/.todo 
─── echo "Do some work" >> ~/.todo 
─── cat -n ~/.todo 
    1  Take a shower
    2  Buy some bananas
    3  Tidy mail dir
    4  Do some work
And as it's nothing more than a file, you can easily read it from elsewhere to display it in conky, or a status bar..
level 2
1 point · 4 years ago
that format will also work with todo.txt. Todo.txt doesn't really many restrictions on formatting. That format will work fine with todo.txt and any programs deisgned to work with it, but todo.txt also has the ability to set priority, mark something as completed without removing it, and the format is still human-readable, so you could pipe it into conky/a status bar.
level 3
2 points · 4 years ago
As it's just a file, you can modify it to match the todo.txt rules. Let's take the following file, and see how to match those rules:
─── cat ~/.todo
Reply to TODO comment on reddit
Tidy mail dir
Wash the cat
Buy some bananas

Set task priorities

# add priorities to tasks 3 and 4
─── sed -i '3,4s/^/(A) /' ~/.todo
─── sort ~/.todo
(A) Buy some bananas
(A) Wash the cat
Reply to TODO comment on reddit
Tidy mail dir

# let's change priority
─── sed -i '4s/A/B/' ~/.todo
─── sort ~/.todo
(A) Wash the cat
(B) Buy some bananas
Reply to TODO comment on reddit
Tidy mail dir

Manage completed tasks

# set a task as completed (prepend with a "x", as todo.txt)
─── grep -n banana ~/.todo
4:(B) Buy some bananas
─── sed -i '4s/^\(([A-Z]) \)\?/\1x /' ~/.todo
─── sort ~/.todo
(A) Wash the cat
(B) x Buy some bananas
(C) 2014-06-04 Call John
Reply to TODO comment on reddit
Tidy mail dir
Basically, todo.txt just provides a shell script wrapping all those functions. It's obvious that if you want to mangae a COMPLEX set of tasks, using bare tools can become very handy (see the last sed substitution... you'll get bored quickly :P). I never used todo.txt, because I don't need such a complexity. I mean, if something is done, then I just remove the line. if something is important, I move it to the top of the list, and that's all!
My point was not to say that todo.txt is NOT useful. But that it answer a specific demand: complex task handling + plain text.
For a basic task handling, just stay unixy ;)
level 4
1 point · 4 years ago
Yeah. But, if you are usually on a mobile, todo.txt provides mobile apps that aren't just a text editor opened on the file. But if all you need is basic tools, vim is a good enough text editor.
Also, the setting it as completed is wrong, the x needs to be at the very start and needs to have the completion date appended to it. The correct form would be
x 2014-06-04 Buy some bananas
level 5
1 point · 4 years ago
I was talking about UNIX systems. While android/iOS are "technically" unixy, they're not meant to be used along with the CLI, so my point do not apply.
Also, I misread the documentation, so just replace:
sed -i '4s/^\(([A-Z]) \)\?/\1x /' ~/.todo
with
sed -i "4s/^\(([A-Z]) \)\?/x $(date +%Y-%m-%d)/" ~/.todo
But anyway, that's a bit complex for such a simple task. If all you need is remember 5-6 tasks, then UNIX tools are enough. If you want more (priorities, date, sync with mobile, etc..) then you obviously need something bigger
level 1
3 points · 4 years ago
I moved from todotxt to task warrior a few months ago. Task warrior has some nifty features that work well if you like to do a lot of planning in your task app. Task warrior also handles projects better.
Todotxt is simpler to use and it's easy to write addons for it. If all you need is a list then it would work fine. I had made some modifications to mine that made it easier to deal with projects. Unfortunately, I lost them awhile ago. That's the main reason I switched.
Todotxt has mobile apps for iOS and android. To use them you keep your todotxt file in Dropbox.
I believe there's one android app that works with task warrior and in order to use it you need to setup a task warrior server that your phone can connect to.
level 1
2 points · 4 years ago
There's a task manager called t? Aw man, I'm already using sferik's twitter tool t
level 2
Oups, my fault x( I mean Todo List apps, not task manager.
level 1
2 points · 4 years ago
I’ve used todo.txt. It seems fairly good. It also has a mobile app for android which costs $5? I think. Easy to use.
level 2
1 point · 4 years ago
Or you can use a version in f-droid that's free. Doesn't sync with dropbox though, you have to manage that yourself.
level 1
2 points · 4 years ago
I've been using Todo.txt for about a year or two now. No complaints really, it's pretty simple and has nice mobile apps. I'd recommend it to anyone, but I haven't looked into alternatives like the ones you listed because I haven't had any need to; todo.txt covers everything I need it for.
level 1
2 points · 4 years ago
After trying some of these (tw and to do.txt) I settled on a pen and a pocket sized notebook
level 1
2 points · 4 years ago
alias todo="vim ~/.todo"
level 1
2 points · 4 years ago
Have you looked at org-mode?
level 1
2 points · 4 years ago · edited 4 years ago
TaskWarrior has been my go to for some time now. Most important thing with any todo is it's got to be dedicated and trustworthy.
Dedicated in that I have a virtual server that I use for TaskWarrior and nothing else. Trustworthy in that it's incrementally backed up across other machines that also sync tasks with the server. A little overkill I'm sure, but my to do list is just that important to me seeing as my livelyhood depends on many of the projects I manage with it.
TW just has too many features as it is and tons of tools available. Even more so with basic scripting knowledge. I higlhy suggest taking a look.
Whatever you choose, make sure it's backed up and something you can trust.

Comments

Popular posts from this blog

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checking a shared sec

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into /opt/course/1/context_default_no_kubectl.sh , but without the use of k

标 题: 关于Daniel Guo 律师

发信人: q123452017 (水天一色), 信区: I140 标  题: 关于Daniel Guo 律师 关键字: Daniel Guo 发信站: BBS 未名空间站 (Thu Apr 26 02:11:35 2018, 美东) 这些是lz根据亲身经历在 Immigration版上发的帖以及一些关于Daniel Guo 律师的回 帖,希望大家不要被一些马甲帖广告帖所骗,慎重考虑选择律师。 WG 和Guo两家律师对比 1. fully refund的合约上的区别 wegreened家是case不过只要第二次没有file就可以fully refund。郭家是要两次case 没过才给refund,而且只要第二次pl draft好律师就可以不退任何律师费。 2. 回信速度 wegreened家一般24小时内回信。郭律师是在可以快速回复的时候才回复很快,对于需 要时间回复或者是不愿意给出确切答复的时候就回复的比较慢。 比如:lz问过郭律师他们律所在nsc区域最近eb1a的通过率,大家也知道nsc现在杀手如 云,但是郭律师过了两天只回复说让秘书update最近的case然后去网页上查,但是上面 并没有写明tsc还是nsc。 lz还问过郭律师关于准备ps (他要求的文件)的一些问题,模版上有的东西不是很清 楚,但是他一般就是把模版上的东西再copy一遍发过来。 3. 材料区别 (推荐信) 因为我只收到郭律师写的推荐信,所以可以比下两家推荐信 wegreened家推荐信写的比较长,而且每封推荐信会用不同的语气和风格,会包含lz写 的research summary里面的某个方面 郭家四封推荐信都是一个格式,一种语气,连地址,信的称呼都是一样的,怎么看四封 推荐信都是同一个人写出来的。套路基本都是第一段目的,第二段介绍推荐人,第三段 某篇或几篇文章的abstract,最后结论 4. 前期材料准备 wegreened家要按照他们的模版准备一个十几页的research summary。 郭律师在签约之前说的是只需要准备五页左右的summary,但是在lz签完约收到推荐信 ,郭律师又发来一个很长的ps要lz自己填,而且和pl的格式基本差不多。 总结下来,申请自己上心最重要。但是如果选律师,lz更倾向于wegreened,