diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2021-10-18 23:31:33 +0000 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2021-10-18 23:31:33 +0000 |
commit | 4e1f388878c7f66721a45aff80a638e5bbf89a12 (patch) | |
tree | 5337d1052d705216893fde8c469a86f9cf3202d9 | |
parent | f19c72f38ca598e7199f1ad836fab5293ba1c892 (diff) | |
download | calendar-cli-4e1f388878c7f66721a45aff80a638e5bbf89a12.zip |
more documentation tweaking
-rw-r--r-- | TASK_MANAGEMENT.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TASK_MANAGEMENT.md b/TASK_MANAGEMENT.md index 06f8119..725b2d3 100644 --- a/TASK_MANAGEMENT.md +++ b/TASK_MANAGEMENT.md @@ -40,7 +40,7 @@ I'd like to think of categories as tags that can be stuck to tasks, and then use When to use location or geo, and when to use category? I think that for the super market example, geo is not really fitting because it can only be one geo coordinate related to a vtodo, but there are many super markeds that can be visited. One could also think that "supermarked" is not a good location for the same reason. In practice, I've never used location and geo, always been sticking such information into the categories instead. -While the categories field is a freetext field, it's important that the same categories are used consistently. I made it possible to do "calendar-cli todo list --list-categories" to just take out a list of used categories. +While the categories field is a freetext field, it's important that the same categories are used consistently. I made it possible to do `calendar-cli todo list --list-categories` to just take out a list of used categories. Pending-Dependent ----------------- |