summaryrefslogtreecommitdiff
path: root/sample.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-10-04 17:32:10 +0300
committerLars Wirzenius <liw@liw.fi>2021-10-04 17:32:10 +0300
commit9e9ed659650a2c8af9c3c8c8e0f6c23a6c45f090 (patch)
treeecbe230cde864aaf67ce8a4903f7811dc412e36d /sample.yaml
parenta44d3847590e5c24c78b2b129c464bd80b0d29ab (diff)
downloadclab-9e9ed659650a2c8af9c3c8c8e0f6c23a6c45f090.tar.gz
feat: allow optional tagging of address book entries
Sponsored-by: author
Diffstat (limited to 'sample.yaml')
-rw-r--r--sample.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/sample.yaml b/sample.yaml
new file mode 100644
index 0000000..9b63c6c
--- /dev/null
+++ b/sample.yaml
@@ -0,0 +1,9 @@
+- name: Alice Atherthon
+ email:
+ work: alice@example.com
+ tags: [co-worker]
+ last_checked: 2021-09
+- name: Bob Bobbington
+ email:
+ personal: bob@example.com
+ last_checked: 2021-09