summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorA Frederick Christensen <fauxmight@nosocomia.com>2017-09-24 01:34:40 -0400
committerA Frederick Christensen <fauxmight@nosocomia.com>2017-09-24 01:34:40 -0400
commit8df06a8c825a1244788b301b7e20ed79707c8740 (patch)
tree879006d907a6434dd38c8939989d114dfc64e5b3 /README.md
parenta07318e9a83a9202ec0126b8b2935fdb8ac634c2 (diff)
downloadcalendar-cli-8df06a8c825a1244788b301b7e20ed79707c8740.zip
typo
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 b7546d7..d7b590d 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Rationale
GUIs and Web-UIs are nice for some purposes, but I really find the command line unbeatable when it comes to:
-* Minor stuff that are repeated often. Writing something like "todo add make a calendar-cli system" or "cal add 'tomorrow 15:40+2h' doctor appointment" is just very much faster than navigating into some web calendar interface and add an item there.
+* Minor stuff that are repeated often. Writing something like "todo add make a calendar-cli system" or "calendar add 'tomorrow 15:40+2h' doctor appointment" is just very much faster than navigating into some web calendar interface and add an item there.
* Things that are outside the scope of the UI. Here is one of many tasks I'd like to do: "go through the work calendar, find all new calendar events that are outside office hours, check up with the personal calendar if there are potential conflicts, add some information at the personal calendar if appropriate", and vice versa - it has to be handled very manually if doing it through any normal calendar application as far as I know, but if having some simple CLI or python library I could easily make some interactive script that would help me doing the operation above.
I've been looking a bit around, all I could find was cadaver and CalDAVClientLibrary. Both of those seems to be a bit shortcoming; they seem to miss the iCalendar parsing/generation, and there are things that simply cannot be done through those tools.