summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTobias Brox <t@tobixen.no>2015-05-04 00:45:44 +0200
committerTobias Brox <t@tobixen.no>2015-05-04 00:45:44 +0200
commit2889e3eb58c837ab0bf68517aba2eb7257f11cff (patch)
tree78eeeb94d484eb9958f5465bd1ed12f4baaa4a08 /README.md
parentda1fcd5f9cc4f64795e28a9eeb2be7125541d24a (diff)
downloadcalendar-cli-2889e3eb58c837ab0bf68517aba2eb7257f11cff.zip
new feature: hide parent task if we need to work on children tasks (think of parent as dependent on the children to be done)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50c7ced..efadf2e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
calendar-cli
============
-Simple command-line CalDav client, for adding and browsing calendar items, todo list items, etc
+Simple command-line CalDav client, for adding and browsing calendar items, todo list items, etc. As of version 0.11 it's even becoming a full-fledged task management tool.
There is a "competing" project at https://github.com/geier/khal - you may want to check it out - it's more mature but probably more complex. It's using a "vsyncdir" backend - if I've understood it correctly, that involves building a local copy of the calendar. The philosophy behind calendar-cli is slightly different, calendar-cli is supposed to be a simple cli-based caldav+ical client. No synchronization, no local storage.