summaryrefslogtreecommitdiff
path: root/USER_GUIDE.md
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-10-10 01:43:50 +0200
committerTobias Brox <tobias@redpill-linpro.com>2022-10-10 01:43:50 +0200
commitb1067d6ad1ecfb13b99d0d40c5def8e6a7b0a9a9 (patch)
tree7c02ec296872ceea6c1aa69ecc24657413f050c7 /USER_GUIDE.md
parentb6303af75b155edf6239df088e7b2634787b7a72 (diff)
downloadcalendar-cli-b1067d6ad1ecfb13b99d0d40c5def8e6a7b0a9a9.zip
support for child/parent-relations and skipping children or parents
Diffstat (limited to 'USER_GUIDE.md')
-rw-r--r--USER_GUIDE.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/USER_GUIDE.md b/USER_GUIDE.md
index d66c1c9..1a8e4aa 100644
--- a/USER_GUIDE.md
+++ b/USER_GUIDE.md
@@ -109,6 +109,10 @@ One thing that may be particularly useful is to take out the UID fields. With U
kal select --todo list --template='{UID} {SUMMARY}'
```
+### Printing a UID
+
+The subcommand `print-uid` will print out an UID. It's for convenience, the same can be achieved by doing a `select (...) --limit 1 list --template='{UID}'`
+
### Editing and deleting objects
```