Libraries tagged by termin
sugarcraft/candy-testing
2411 Downloads
Test harness for TEA programs — ProgramSimulator, golden-file assertions, and snapshot helpers for SugarCraft.
sugarcraft/candy-sprinkles
9237 Downloads
PHP port of charmbracelet/lipgloss — declarative terminal styling and layout.
sugarcraft/candy-shine
2458 Downloads
PHP port of charmbracelet/glamour — Markdown → ANSI renderer with word-wrap, OSC 8 hyperlinks, syntax highlighting, and 8 stock themes (ansi/plain/dark/light/notty/dracula/tokyo-night/pink).
sugarcraft/candy-pty
18341 Downloads
PHP port of charmbracelet/x/xpty — pseudo-terminal abstraction (open / spawn / resize) for SugarCraft. Linux + macOS via FFI to libc.
sugarcraft/candy-palette
4182 Downloads
PHP port of charmbracelet/colorprofile — magical terminal color profile detection and color degradation (TrueColor → ANSI256 → ANSI → ASCII).
sugarcraft/candy-mouse
2273 Downloads
Self-contained Mark/Scan/Get mouse hit-testing (bubblezone pattern) plus ZoneClickTracker for press/release deduplication. No external Manager wiring needed.
sugarcraft/candy-mosaic
1197 Downloads
Image-to-cell renderer — PNG/JPEG/static GIF to terminal via Sixel, Kitty, iTerm2, or half-block Unicode fallback. Port of charmbracelet/x/mosaic.
sugarcraft/candy-layout
4128 Downloads
Constraint-based layout solver (Cassowary simplex + greedy fallback)
sugarcraft/candy-input
4325 Downloads
Terminal escape sequence decoder for keyboard (legacy + Kitty progressive) and mouse (SGR 1006). Provides InputDriver interface and EscapeDecoder implementation. Unblocks sugar-readline migration to real-TTY input.
sugarcraft/candy-forms
1729 Downloads
Foundation lib for form primitives (TextInput, TextArea, ItemList, Viewport, FilePicker, Field interface, Confirm, Form) extracted from sugar-bits and sugar-prompt.
sugarcraft/candy-focus
1834 Downloads
Focus-ring state machine — an ordered set of focusable regions with wrap-around Tab/Shift-Tab traversal for full-window TUI layouts. Dependency-free.
sugarcraft/candy-core
11030 Downloads
PHP port of charmbracelet/bubbletea — Elm-architecture TUI runtime.
sugarcraft/candy-buffer
5161 Downloads
Cell-grid value objects for terminal rendering — Buffer and Cell as immutable, fluent data model.
sugarcraft/candy-ansi
2889 Downloads
ECMA-48 VT500 state machine — ANSI byte-stream parser with abstract Handler interface. Shared extraction from candy-vt.
phpgt/cli
11943 Downloads
Command line interface builder.