summaryrefslogtreecommitdiff
path: root/clab.md
diff options
context:
space:
mode:
Diffstat (limited to 'clab.md')
-rw-r--r--clab.md34
1 files changed, 18 insertions, 16 deletions
diff --git a/clab.md b/clab.md
index 7df358e..b437cbc 100644
--- a/clab.md
+++ b/clab.md
@@ -1,3 +1,17 @@
+---
+title: "clab; – command line address book"
+author: Lars Wirzenius
+template: python
+bindings:
+- subplot/clab.yaml
+- lib/files.yaml
+- lib/runcmd.yaml
+functions:
+- subplot/clab.py
+- lib/files.py
+- lib/runcmd.py
+...
+
# Introduction
`clab` is a command line address book application. It has no
@@ -51,11 +65,13 @@ then stdout is exactly "clab found matches:\nalice@example.com\tAlice Atherthon\
~~~{#address-book.yaml .file .yaml}
- name: Alice Atherthon
- email:
+ email:
work: alice@example.com
+ last_checked: 2021-09
- name: Bob Bobbington
- email:
+ email:
personal: bob@example.com
+ last_checked: 2021-09
~~~
@@ -77,17 +93,3 @@ then command is successful
then stdout contains "Alice Atherthon"
then stdout contains "Bob"
~~~
-
----
-title: "clab; – command line address book"
-author: Lars Wirzenius
-template: python
-bindings:
-- subplot/clab.yaml
-- subplot/vendor/files.yaml
-- subplot/vendor/runcmd.yaml
-functions:
-- subplot/clab.py
-- subplot/vendor/files.py
-- subplot/vendor/runcmd.py
-...