aboutsummaryrefslogtreecommitdiff
path: root/desktop/todoman/README
diff options
context:
space:
mode:
authorTonus <tonus1@free.fr>2023-03-06 00:08:47 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:30 +0700
commit1c1a55060d3eeb16051ea5cc12066cfa2b6cc280 (patch)
tree5da2f48998e8deed192e992c4023921c455199d7 /desktop/todoman/README
parentf01a5b574fd693b1eaa51de4b08a930c33b48aba (diff)
desktop/todoman: Added (A simple cli todo (aka: task) manager.)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/todoman/README')
-rw-r--r--desktop/todoman/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/todoman/README b/desktop/todoman/README
new file mode 100644
index 0000000000..bee74f0619
--- /dev/null
+++ b/desktop/todoman/README
@@ -0,0 +1,10 @@
+Todoman is a simple, standards-based, cli todo (aka: task) manager.
+
+Todos are stored into icalendar files, which means you can sync them
+via CalDAV using, for example, vdirsyncer.
+
+Todoman is now part of the pimutils project, and is hosted at GitHub.
+
+Autocompletion files can be installed with :
+BASH_AUTOCOMP=yes (enabled by default)
+ZSH_AUTOCOMP=yes (enabled by default)