Todoman: Difference between revisions

From wikinotes
(Created page with "A local/offline task cli task manager application that synchronizes with caldav.<br> Synchronization performed by vdirsyncer. = Documentation = <blockquote> {| class="wik...")
 
No edit summary
Line 14: Line 14:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
pacman -S todoman  # arch
</syntaxhighlight>
</blockquote><!-- Install -->
= Usage =
<blockquote>
</blockquote><!-- Usage -->

Revision as of 23:27, 29 January 2022

A local/offline task cli task manager application that synchronizes with caldav.
Synchronization performed by vdirsyncer.

Documentation

github https://github.com/pimutils/todoman
official docs https://todoman.readthedocs.io/en/stable/
vdirsyncer todoman docs https://vdirsyncer.pimutils.org/en/stable/tutorials/todoman.html?highlight=task#todoman

Install

pacman -S todoman  # arch

Usage