summaryrefslogtreecommitdiff
path: root/NEW_CLI.md
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-05-29 16:20:39 +0200
committerTobias Brox <tobias@redpill-linpro.com>2022-05-29 16:20:39 +0200
commitfd834cd17933bad5567f1315ddc800145081dcd6 (patch)
tree49692213cc5e9b408ee2cb75bd8b1f622d058746 /NEW_CLI.md
parent36fbbe2654d2f73a7583d9538787fd807b781b0e (diff)
downloadcalendar-cli-fd834cd17933bad5567f1315ddc800145081dcd6.zip
some work on the testing script. (This should be cleaned up and made more readable and modular ... but how?)
Diffstat (limited to 'NEW_CLI.md')
-rw-r--r--NEW_CLI.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEW_CLI.md b/NEW_CLI.md
index f029d12..ea7728e 100644
--- a/NEW_CLI.md
+++ b/NEW_CLI.md
@@ -1,3 +1,5 @@
+I'm currently working on a cal.py aka kal that eventually will replace calendar-cli.py
+
## General thoughts
* calendar-cli should be a simple command line wrapper over existing python libraries. It should not contain a lot of logic besides parsing command line options and arguments. Logic that may be useful for python programmers should be pushed to other libraries, like the caldav-library, or be split into a new library.