summaryrefslogtreecommitdiff
path: root/USER_GUIDE.md
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-12-09 00:35:35 +0100
committerTobias Brox <tobias@redpill-linpro.com>2022-12-09 00:35:35 +0100
commit1beeecd3f4a21fa5891627247c9492c93a3e255a (patch)
tree58258589cc8b2cb07d1ff54e2f8a9397c5e5d1f4 /USER_GUIDE.md
parent7f720cbf5ea446f241ed9bb595fe8897e26063c2 (diff)
downloadcalendar-cli-1beeecd3f4a21fa5891627247c9492c93a3e255a.zip
making cal.py useful for me
Diffstat (limited to 'USER_GUIDE.md')
-rw-r--r--USER_GUIDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/USER_GUIDE.md b/USER_GUIDE.md
index 196824c..faa9eaa 100644
--- a/USER_GUIDE.md
+++ b/USER_GUIDE.md
@@ -28,9 +28,9 @@ kal command subcommand --help
Those commands are made mostly for making `kal` more convenient to use. Many of the commands are optimized for the work flows of the primary author. I may eventually decide to "hide" the more obscure commands from the `--help` overview. (TODO: figure out if subcommands can be grouped in the help printed by click)
-* fix_tasks_interactive - go through all tasks that are missing categories, due date, priority, duration (technically, DTSTART) and ask interactively for values.
+* interactive set-task-attribs - go through all tasks that are missing categories, due date, priority, duration (technically, DTSTART) and ask interactively for values.
+* interactive update-config - (TODO: NOT IMPLEMENTED YET). This one is not used by the primary author and is probably under-tested. Its primary intention is to make it easy for others to use the tool.
* agenda - list up some of the upcoming events plus some of the upcoming tasks
-* interactive_config - (TODO: NOT IMPLEMENTED YET). This one is not used by the primary author and is probably under-tested. Its primary intention is to make it easy for others to use the tool.
## Global options