You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README previously claimed 'pure stdlib' / 'stays stdlib-only', both
no longer accurate after v0.4.0's defork (cli now imports
codechu-fmt and codechu-meter as required deps). Phrasing updated
in two places (overview + credits) to keep the spirit ('minimal,
no transitive deps') while being honest about the two sibling
packages.
Lightweight: stdlib plus two tiny Codechu siblings — `codechu-fmt` and
49
+
`codechu-meter` — both stdlib-only themselves, no transitive deps.
50
+
POSIX-first. Linux/macOS for raw-mode pickers; numbered prompt
51
+
fallback everywhere else (Windows, CI, pipes).
50
52
51
53
## Quick examples
52
54
@@ -470,7 +472,7 @@ Companion libraries from the Codechu Python ecosystem:
470
472
471
473
- Spinner glyph styles adapted from [cli-spinners](https://github.com/sindresorhus/cli-spinners)
472
474
- ANSI escape conventions per ECMA-48
473
-
- Inspiration from [rich](https://github.com/Textualize/rich) and [questionary](https://github.com/tmbo/questionary); codechu-cli stays stdlib-only with line-oriented output
475
+
- Inspiration from [rich](https://github.com/Textualize/rich) and [questionary](https://github.com/tmbo/questionary); codechu-cli stays minimal (stdlib + two tiny Codechu siblings) with line-oriented output
0 commit comments