diff options
author | Pjotr Prins | 2024-04-17 02:55:32 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-04-17 02:55:32 -0500 |
commit | 1b767ca373452ad446e1f78e2e238abe590dd55d (patch) | |
tree | bd7832ced174187eed47e25898e3f22c223d7b94 /issues/mgamma | |
parent | 20a0090b46c83922466150671b110861552dce7d (diff) | |
download | gn-gemtext-1b767ca373452ad446e1f78e2e238abe590dd55d.tar.gz |
mgamma: cli tasks
Diffstat (limited to 'issues/mgamma')
-rw-r--r-- | issues/mgamma/mgamma-cli.gmi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/issues/mgamma/mgamma-cli.gmi b/issues/mgamma/mgamma-cli.gmi index d530f7f..1ee4dce 100644 --- a/issues/mgamma/mgamma-cli.gmi +++ b/issues/mgamma/mgamma-cli.gmi @@ -1 +1,17 @@ # MGAMMA CLI + +Tasks for the command line interface + +# Tags + +* assigned: pjotrp, artyom +* type: feature +* priority: high + +# Tasks + +* [ ] Provide sane CLI interface +* [ ] Add --map-size 10M switch +* [ ] Use lmdb files instead of dir (no switch for --lmdb) +* [ ] Move mgamma into ./bin +* [ ] Add ./bin/mgemma compatibility tool (note it is not mgamma) |