summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-17 14:06:10 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-17 15:53:21 +0300
commitf236aef565c1f9c99dcf24979830b232ab6749bc (patch)
tree0d1053ad8ef0b6f7de9a74485b641b81dd85c0c4 /README
parente325fc5e47e5ef34969a30fc6568a58a6026f39b (diff)
downloadclab-f236aef565c1f9c99dcf24979830b232ab6749bc.tar.gz
rewrite in rust
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 0 insertions, 45 deletions
diff --git a/README b/README
deleted file mode 100644
index eae853b..0000000
--- a/README
+++ /dev/null
@@ -1,45 +0,0 @@
-clab README
-===========
-
-This is a quick hack, for now. I will want to rewrite it from scratch
-if it turns out to be a useful tool, and provide a test suite and
-documentation and such.
-
-If you can decipher the code, feel free to use it. If not, do not
-ask me about it.
-
-----
-
-Random junk:
-
- address book command line aplication
-
- bbook list
- bbook find PATTERN
- bbook add KEY[.SUBKEY]=VALUE...
- bbook edit ID KEY[.SUBKEY]=VALUE...
- bbook delete ID...
- bbook delete-key ID KEY[=VALUE]...
- bbook show ID...
- bbook mutt-query PATTERN
- bbook add-from-email
-
- clab
-
- store data in a git repo, in YAML files, one file per person
-
- data model:
- - each person is a YAML dict
- - the dict has key/value pairs
- - a value can be a straight string, or a sub-dict
- - keys in the sub-dict are called sub-keys
- - only one level of sub-dict (at least for now)
- - dict and sub-dict keys are arbitrary
-
- questions:
- - do I need a unique id for everyone? just filename?
-
- thoughts:
- - I can edit files by hand at first, priority should be for mutt-query subcmd
- so I can start using this for real asap
-