blob: ae59dbc8686fef35b729725a60796202dce60a60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# TODO
## Active
- [ ] Add `publish` with dry-run support for rsync/scp-style targets.
- [ ] Add a real Gemini preview server with local TLS configuration.
- [ ] Add Atom feed generation.
- [ ] Add richer template/theme support without making simple capsules harder.
## Blocked
- [ ] Decide final project/module name before publishing binaries.
## Done
- [x] Create initial Go CLI architecture - 2026-07-07
- [x] Add `gemcms add <file.md|file.gmi>` import workflow - 2026-07-07
- [x] Add directory import, one-shot capsule creation, and status/health commands - 2026-07-07
|