taskwarrior/doc
Matthew 3ae7413ebd
Update task.md json lines end with \n (0xA) not \r (0xD) (#3752)
Update task.md to fix mistake in json format.  In the code the json lines end with \n (0xA) not \r (0xD)
2025-02-01 15:37:43 -05:00
..
devel Update task.md json lines end with \n (0xA) not \r (0xD) (#3752) 2025-02-01 15:37:43 -05:00
man Support importing Taskwarrior v2.x data files (#3724) 2024-12-17 01:24:45 +00:00
rc Add color.calendar.scheduled to no-color.theme (#3666) 2024-11-05 08:54:49 -05:00
ref Update copyright to 2020 2020-11-21 12:27:05 -05:00
CMakeLists.txt Use corrosion instead of CMakeRust (#3273) 2024-03-02 16:21:34 -05:00
README.md Better links from TW devel docs to TaskChampion (#3253) 2024-01-21 18:03:11 -05:00

Documentation

This directory contains Taskwarrior documentation that is built and installed along with the executable:

  • man contains the source for the Taskwarrior manual pages.
  • rc contains rcfiles that will be installed in /usr/share/doc/task/rc or equivalent.
  • ref contains reference documentation that will be installed in /usr/share/doc/task or equivalent.

It also contains developer documentation with a high-level view of how Taskwarrior development is done and how the pieces of the system fit together.