terminice 0.0.7
terminice: ^0.0.7 copied to clipboard
Production-ready prompt toolkit built on terminice_core.
0.0.7 #
- Added
filePickerandpathPicker, delivering full keyboard navigation, hidden-file toggles, and directory confirmation for filesystem workflows.
0.0.6 #
- Added
datePicker— a framed calendar prompt with Monday/Sunday toggle, today shortcut, yearly jumps, allowed past/future guards, and full hint tray.
0.0.5 #
- Added
colorPicker— a keyboard-first ANSI color grid with curated presets, live hex preview, hex entry shortcuts, and frame-integrated hint grid.
0.0.4 #
- Added
date— a multi-field, keyboard-driven date prompt with live preview, today shortcut, and cancellable flow for safe calendar input.
0.0.3 #
Introduced the selector suite:
- checkboxSelector — Vertical checklist with select-all binding and live summary.
- choiceSelector — Dashboard grid of cards with optional multi-select.
- commandPalette — VS Code-style palette with fuzzy and substring ranking modes.
- gridSelector — Generic 2D grid selector supporting multi-select and custom widths.
- searchSelector — Scrollable list with optional search toggle and multi-select.
- tagSelector — Chip-style picker that auto-reflows based on terminal width.
- toggleGroup — Row-based toggle switches with focus navigation and "toggle all".
0.0.2 #
Added the full prompt catalog (text, password, confirm, multiline editor, slider, range, rating):
- text — Fast single-line input with immediate validation feedback.
- password — Secure masked entry with optional confirmation before submission.
- confirm — Streamlined yes/no flow that highlights the default action.
- multiline — Scrollable, multi-row composer with diff-friendly output.
- slider — Keyboard-driven selector for smooth movement through numeric ranges.
- range — Paired handles for picking inclusive min/max values within bounds.
- rating — Symbol-based scoring that surfaces descriptive labels alongside stars.
0.0.1 #
- Initial listing on pub.dev