Dustin J. Mitchell fc977a0fe6 Limit Filter "universes" to invocation::filter
Universes are really an optimization of filtering tasks, so let's define
them there, and derive them from the set of conditions.  This means that
complex filters might get missed and end up doing a full task scan, but
that's probably OK.

Note that this does not fix the working-set API issues (#108 and #123).
2020-12-30 00:26:53 +00:00
2020-11-28 11:31:12 -05:00
2019-12-25 10:51:44 -05:00
2020-11-24 13:02:14 -05:00
2020-12-27 18:51:41 +00:00
2020-11-23 14:27:47 -05:00
2020-11-26 23:18:32 -05:00
2020-11-26 23:36:54 -05:00
2020-11-26 23:20:45 -05:00
2020-11-26 23:02:15 -05:00
2020-11-29 21:10:49 -05:00
2020-11-26 23:16:39 -05:00

TaskChampion

TaskChampion is an open-source personal task-tracking application. Use it to keep track of what you need to do, with a quick command-line interface and flexible sorting and filtering. It is modeled on TaskWarrior, but not a drop-in replacement for that application.

Goals

  • Feature parity with TaskWarrior (but not compatibility)
  • Aproachable, maintainable codebase
  • Active development community
  • Reasonable privacy: user's task details not visible on server
  • Reliable concurrency - clients do not diverge
  • Storage performance O(n) with n number of tasks

Structure

There are three crates here:

See Also

Description
No description provided
Readme MIT 40 MiB
2.6-dev Latest
2026-01-28 20:05:37 +01:00
Languages
C++ 62.8%
Python 33.3%
Shell 2.2%
CMake 0.8%
Vim Script 0.5%
Other 0.4%