Libraries tagged by canny
yandod/candycane
35 Downloads
CandyCane is a issue tracking system. The original implementation on which it is based, is Redmine
sugarcraft/candy-zone
3801 Downloads
PHP port of lrstanley/bubblezone — mouse zone tracker for TUI apps.
sugarcraft/candy-vt
1241 Downloads
In-memory virtual terminal emulator — parses ANSI byte stream into a cell grid.
sugarcraft/candy-vcr
584 Downloads
Record and replay candy-core Program sessions into cassettes — bug-repro / regression / fuzzing.
sugarcraft/candy-testing
1204 Downloads
Test harness for TEA programs — ProgramSimulator, golden-file assertions, and snapshot helpers for SugarCraft.
sugarcraft/candy-sprinkles
8375 Downloads
PHP port of charmbracelet/lipgloss — declarative terminal styling and layout.
sugarcraft/candy-shine
1653 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-palette
3353 Downloads
PHP port of charmbracelet/colorprofile — magical terminal color profile detection and color degradation (TrueColor → ANSI256 → ANSI → ASCII).
sugarcraft/candy-mouse
1268 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
407 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
2930 Downloads
Constraint-based layout solver (Cassowary simplex + greedy fallback)
sugarcraft/candy-input
3023 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-hermit
331 Downloads
PHP port of Genekkion/theHermit — fuzzy finder / quick-fix overlay for terminal UIs. Wraps a background view, renders a filterable list overlay on top, background continues to update underneath.
sugarcraft/candy-fuzzy
1204 Downloads
Fuzzy string matching with scored matched indices — Smith-Waterman + Sahilm algorithms. Unblocks filter-highlighting UI across the ecosystem.
sugarcraft/candy-forms
909 Downloads
Foundation lib for form primitives (TextInput, TextArea, ItemList, Viewport, FilePicker, Field interface, Confirm, Form) extracted from sugar-bits and sugar-prompt.