Files
maCopy/docs/README.md
T
ilia e9461ed4f3
CI / skip-ci-check (pull_request) Successful in 4s
CI / secret-scan (pull_request) Successful in 3s
CI / node-ci (pull_request) Successful in 17s
Add copy-only, color swatches, DB speed pragmas, and living docs
- Copy only (right-click -> Copy): write to clipboard without
  auto-pasting or hiding the window
- Color swatches: hex/rgb/hsl entries show a preview chip
- SQLite WAL + synchronous=NORMAL so the UI can read while the
  clipboard poller writes
- Memoize list rows (React.memo) so selection/focus changes don't
  re-render every row's preview
- Add docs/GUIDE.md (living install + usage doc), docs/SHARING.md,
  docs/TESTING.md, docs/LAUNCH-AT-LOGIN.md, docs/PRODUCT.md,
  CHANGELOG.md, ROADMAP.md
- Add homelab Gitea Actions CI (.gitea/workflows/ci.yml) + gitleaks
  allowlist
- Bump version to 0.2.0
2026-07-14 21:58:31 -04:00

19 lines
893 B
Markdown

# maCopy docs index
Living product docs for shipping and maintaining maCopy.
| Doc | Purpose |
|---|---|
| [docs/GUIDE.md](./GUIDE.md) | **Start here** — install + full usage reference (living doc) |
| [README.md](../README.md) | Dev-oriented: architecture, project structure, how to run tests |
| [CHANGELOG.md](../CHANGELOG.md) | What shipped in each version |
| [ROADMAP.md](../ROADMAP.md) | Shipped vs next vs brainstorm |
| [docs/TESTING.md](./TESTING.md) | Test stack, commands, coverage map |
| [docs/LAUNCH-AT-LOGIN.md](./LAUNCH-AT-LOGIN.md) | Start on Mac login |
| [docs/SHARING.md](./SHARING.md) | Where the app lives + how to share a build |
| [docs/PRODUCT.md](./PRODUCT.md) | What “professional product” still needs |
Keep these current when behavior changes — **`docs/GUIDE.md` is the
living doc for end users**, README + ROADMAP are the living docs for
development.