mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Taskwarrior - Command line Task Management taskwarrior.org
https://taskwarrior.org
![]() - Fixed unit tests that broke because the unit test script took more than one second to run. Ordinarily is a test script does this: $ task add foo $ task list Then the age of the task is listed as '-', which means under one second. But if the test does this: $ task add foo $ sleep 1 $ task list Then the age is listed as '1 sec'. Sometimes, as in these tests, the host may be just slow enough that the test script expects '-', but gets '1 sec'. |
||
---|---|---|
doc | ||
i18n | ||
package-config | ||
scripts | ||
src | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
Makefile.am | ||
missing | ||
NEWS | ||
README | ||
README.build | ||
taskrc | ||
with_lua |
Thank you for taking a look at task! Task is a GTD, todo list, task management, command line utility with a multitude of features. It is a portable, well supported, very active project, and it is Open Source. Task has binary distributions, online documentation, demonstration movies, and you'll find all the details at: http://taskwarrior.org At the site you'll find a wiki, discussion forums, downloads, news and more. Your contributions are especially welcome. Whether it comes in the form of code patches, ideas, discussion, bug reports, encouragement or criticism, your input is needed. Please send your support questions and code patches to: support@taskwarrior.org Consider joining taskwarrior.org and participating in the future of task. ---