diff options
author | Artyom Bologov | 2024-04-25 00:21:28 +0400 |
---|---|---|
committer | Artyom Bologov | 2024-04-25 00:21:28 +0400 |
commit | b20be296fb4d68593ef7a46dced00477bdd1f321 (patch) | |
tree | 61411ec0c8f7958b4e90461539b0a8c04344bbb9 /issues | |
parent | 5b85c1b5f184d4de5bce3b96c01cadf812e1eee8 (diff) | |
download | gn-gemtext-b20be296fb4d68593ef7a46dced00477bdd1f321.tar.gz |
mgamma: Update with CLI progress.
Diffstat (limited to 'issues')
-rw-r--r-- | issues/mgamma/mgamma-cli.gmi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/issues/mgamma/mgamma-cli.gmi b/issues/mgamma/mgamma-cli.gmi index 1ee4dce..aa0585b 100644 --- a/issues/mgamma/mgamma-cli.gmi +++ b/issues/mgamma/mgamma-cli.gmi @@ -12,6 +12,7 @@ Tasks for the command line interface * [ ] Provide sane CLI interface * [ ] Add --map-size 10M switch -* [ ] Use lmdb files instead of dir (no switch for --lmdb) -* [ ] Move mgamma into ./bin +* [X] Use lmdb files instead of dir +* [ ] Find a way to open/create named DBs. Right now it's based on data.mdb renaming. +* [X] Move mgamma into ./bin * [ ] Add ./bin/mgemma compatibility tool (note it is not mgamma) |