A minimal email TUI where you read with Markdown and write in Neovim.
neomd.ssp.sh/docs
email
markdown
neovim
tui
1# Binary (root-level compiled binary only, not cmd/neomd/ source dir)
2/neomd
3/neomd-freebsd
4/neomd-android
5
6# Go build cache
7*.test
8*.out
9
10# Config with real credentials (use config.toml.example instead)
11config.toml
12
13# Local dev overrides (test recipients, etc.) — never commit
14.env
15
16# Editor temp files (compose buffers)
17neomd-*.md
18
19# OS
20.DS_Store
21.codex
22
23.claude/