summaryrefslogtreecommitdiff
path: root/clab.subplot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-09 09:23:58 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-09 09:23:58 +0300
commit60192604e815dc4c9cf1dbab44b6c78c1a9833f7 (patch)
treef932eb9c132ae4fc3f515a63a223d909287ccd88 /clab.subplot
parentee3f1586ef8701edda3fbb21a3827634965d6efc (diff)
downloadclab-60192604e815dc4c9cf1dbab44b6c78c1a9833f7.tar.gz
fix: adapt to new Subplot external metadata file requirement
Sponsored-by: author
Diffstat (limited to 'clab.subplot')
-rw-r--r--clab.subplot13
1 files changed, 13 insertions, 0 deletions
diff --git a/clab.subplot b/clab.subplot
new file mode 100644
index 0000000..0673c4e
--- /dev/null
+++ b/clab.subplot
@@ -0,0 +1,13 @@
+title: "clab; &ndash; command line address book"
+author: Lars Wirzenius
+markdowns:
+- clab.md
+bindings:
+- subplot/clab.yaml
+- lib/files.yaml
+- lib/runcmd.yaml
+impls:
+ python:
+ - subplot/clab.py
+ - lib/files.py
+ - lib/runcmd.py