summaryrefslogtreecommitdiff
path: root/clab.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-12 14:54:28 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-12 14:54:28 +0300
commit03467d2f26f67bb3ba0a687babc19f62640c3b7c (patch)
tree25e791226e3b94c4bf0c929a37935767324f49da /clab.md
parent08155183b1d330ab90d2b8808c88f9600ff901ab (diff)
downloadclab-03467d2f26f67bb3ba0a687babc19f62640c3b7c.tar.gz
refactor: avoid vendored Subplot libraries
Also move YAML metadata to top now that my Emacs can handle that. Sponsored-by: author
Diffstat (limited to 'clab.md')
-rw-r--r--clab.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/clab.md b/clab.md
index 7df358e..f5b09fb 100644
--- a/clab.md
+++ b/clab.md
@@ -1,3 +1,17 @@
+---
+title: "clab; &ndash; 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
@@ -77,17 +91,3 @@ then command is successful
then stdout contains "Alice Atherthon"
then stdout contains "Bob"
~~~
-
----
-title: "clab; &ndash; 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
-...