From d790a3bb5c1bc065140e7fb298d9e97754f404da Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 30 Mar 2015 17:19:42 -0300 Subject: [PATCH] Mention todoman as a supported client. --- docs/supported.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/supported.rst b/docs/supported.rst index 5630c93..ccfabfb 100644 --- a/docs/supported.rst +++ b/docs/supported.rst @@ -18,10 +18,15 @@ Calendars a calendar in a single ``.ics`` file. You can use :py:class:`vdirsyncer.storage.SingleFileStorage` with those. +- todoman_, a CLI todo manager supports :doc:`vdir `. It's designed to + manage todos (tasks), and not events. You can use + :py:class:`vdirsyncer.storage.FilesystemStorage` with it. + .. _khal: http://lostpackets.de/khal/ .. _dayplanner: http://www.day-planner.org/ .. _Orage: http://www.kolumbus.fi/~w408237/orage/ .. _rainlendar: http://www.rainlendar.net/ +.. _todoman: https://hugo.barrera.io/journal/2015/03/30/introducing-todoman/ Contacts --------