mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
* Restructure supported.rst into tutorial subpages Fix #623 * Fix section headings and whitespace * fix link * Stylefix
13 lines
492 B
ReStructuredText
13 lines
492 B
ReStructuredText
=======
|
|
Todoman
|
|
=======
|
|
|
|
The iCalendar format also supports saving tasks in form of ``VTODO``-entries,
|
|
with the same file extension as normal events: ``.ics``. Many CalDAV servers
|
|
support synchronizing tasks, vdirsyncer does too.
|
|
|
|
todoman_ is a CLI task manager supporting :doc:`vdir </vdir>`. Its interface is
|
|
similar to the ones of Taskwarrior or the todo.txt CLI app. You can use
|
|
:storage:`filesystem` with it.
|
|
|
|
.. _todoman: https://hugo.barrera.io/journal/2015/03/30/introducing-todoman/
|