When comparing Todo.txt vs Task Coach, the Slant community recommends Todo.txt for most people. In the question“What are the best cross-platform task apps?” Todo.txt is ranked 9th while Task Coach is ranked 22nd. The most important reason people chose Todo.txt is:
Todo.txt can be edited in plain text and then displayed with neat styles.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Easily editable format
Todo.txt can be edited in plain text and then displayed with neat styles.
Pro Editable from any text editor without needing any proprietary software
Because todo.txt is just a todo standard with various compatible apps to edit it, you can update it from any device as long as it can edit text and you can access your todo.txt file
It's convenient to be able to access your todo list quickly via your programming environment so you don't have to switch contexts, and to have a separate todo.txt file per project.
Pro Works with lots of apps for every platform
Todo.txt lists can be edited in virtually every text editor ever made and accessed on devices that support Dropbox. The user community has also created a number of apps for dozens of platforms.
Pro Command line support
You can edit your lists using the command line (e.g., Terminal) via a supplied bash script.
Pro Full control over your to-dos
You have full access to the underlying programming rules, and therefore total control over your task lists.
Pro Extensible
Has been extended to include most things people want, including a multiple of interfaces and app for all platforms.
Pro Easy syncing
Todo.txt automatically and seamlessly syncs through Dropbox.
Pro Wide range of interface apps
The community has developed a wide range of apps that interface with the basic file structure. These apps vary in how much they accomplish, how much hand-holding they do, their level of glitz, etc. They range from plugins for an editing app like vim to stand-alone, platform-specific GUI's. So YMMV depending on what you use. (todopy is particularly nice, a Python program that has a "console" mode which provides a keyboard-driven GUI.)
Pro Follows the unix philosophy
Does one thing: to do lists
Pro It's free
It runs on MacOS, Android, and Python (in the Mac's Unix CLI) -- all for free.
Pro Easy to sync up between lots of devices and interfaces
At a bare minimum you just need to be able to edit text, but there are many apps and advanced interfaces you can install on many devices to supplement your to-do list editing.
Pro Free and open source
With access to the source code, savvy users can make under-the-hood tweaks to suit their work style.
Pro Unlimited nesting of items and lists
When things grow in complexity, their parts can be turned into discrete task items within a hierarchical structure.
Pro Tracks hours and budget
Task Coach allows you to track how long it actually takes to complete a task and can be used to analyze the resulting impact on billing and budget.
Pro Tracks percent finished
Cons
Con No support for reoccurring tasks
Tasks have dates corresponding to creation and completion, but there is no explicit support for due dates or for tasks that reoccur.
Con Nested tasks not supported
Many todo tasks for developers end up having sub tasks that need to be performed for a parent task to be completed, but the todo.txt format does not have any nesting.
Con Android app not updated since 2013
The app only seems to support Dropbox. It would be nice to see support for different and newer file storage services.
Con No updated package for recent linux distros
deb package available to download does not install app
Con Multiple users can access a file over a network, but there’s no web-based interface for straightforward collaboration
A task file may be opened by several instances of Task Coach, either running on the same computer or on different ones (on a network share for instance). When you save, Task Coach will merge your work with whatever has been saved on the disk prior. Conflicts are automatically resolved, usually by you winning the conflict.
This serves two use cases: 1) A single user opening the task file on several computers (work, home, laptop) and 2) several users working on the same task file.
The first case is the most common and the most secure. The second case may be dangerous. Most network disk sharing protocols do not support the kind of file locking that would make this 100% secure. A list of common protocols and their behavior can be found in the Task Coach help file.