Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .tegami/fix-choose-wrapped-rows.md

This file was deleted.

18 changes: 9 additions & 9 deletions .tegami/publish-lock.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
core:changelogs:
- content: "---\npackages:\n \"@tooee/ask\":\n type: patch\n---\n\n## Submit multiline Ask prompts with Enter in command mode\n\nPlain Enter now submits Ask prompts from command mode. In multiline insert mode, Enter continues to add a newline and Shift+Enter submits.\n"
filename: ask-command-enter.md
- content: "---\npackages:\n \"@tooee/choose\":\n type: patch\n---\n\n## Keep wrapped choices readable while scrolling\n\nLong choice labels and descriptions now wrap across full rows. The scrollbar stays beside the list, and keyboard navigation keeps the active row visible when rows use different heights.\n"
filename: fix-choose-wrapped-rows.md
v: 0.0.0
core:packages:
- id: npm:@tooee/cli
updated: true
- changelogIds:
- ask-command-enter.md
id: npm:@tooee/ask
- id: npm:@tooee/ask
updated: true
- id: npm:@tooee/choose
- changelogIds:
- fix-choose-wrapped-rows.md
id: npm:@tooee/choose
updated: true
- id: npm:@tooee/clipboard
updated: true
Expand All @@ -35,12 +35,12 @@ core:packages:
updated: true
- id: npm:@tooee/shell
updated: true
- id: npm:@tooee/themes
updated: true
- id: npm:@tooee/toasts
updated: true
- id: npm:@tooee/view
updated: true
- id: npm:@tooee/themes
updated: true
npm:packages:
- id: npm:@tooee/cli
- id: npm:@tooee/ask
Expand All @@ -57,7 +57,7 @@ npm:packages:
- id: npm:@tooee/router
- id: npm:@tooee/search
- id: npm:@tooee/shell
- id: npm:@tooee/themes
- id: npm:@tooee/toasts
- id: npm:@tooee/view
- id: npm:@tooee/themes
- id: npm:@tooee/examples
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/cli",
"version": "0.6.1",
"version": "0.6.2",
"description": "Terminal micro-apps for viewing, input, and selection",
"keywords": [
"cli",
Expand Down
36 changes: 18 additions & 18 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/ask",
"version": "0.6.1",
"version": "0.6.2",
"description": "Terminal text input gathering",
"keywords": [
"cli",
Expand Down
6 changes: 6 additions & 0 deletions packages/choose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## @tooee/choose@0.6.2

### Keep wrapped choices readable while scrolling

Long choice labels and descriptions now wrap across full rows. The scrollbar stays beside the list, and keyboard navigation keeps the active row visible when rows use different heights.

## @tooee/choose@0.5.0

### Display native images in View
Expand Down
2 changes: 1 addition & 1 deletion packages/choose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/choose",
"version": "0.6.1",
"version": "0.6.2",
"description": "Terminal selection with fuzzy filtering",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/clipboard",
"version": "0.6.1",
"version": "0.6.2",
"description": "Cross-platform clipboard operations for Tooee",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/commands",
"version": "0.6.1",
"version": "0.6.2",
"description": "Vim-inspired modal command system for Tooee",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/config",
"version": "0.6.1",
"version": "0.6.2",
"description": "Layered configuration system for Tooee apps",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuzzy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/fuzzy",
"version": "0.6.1",
"version": "0.6.2",
"description": "Fuzzy string matching for Tooee",
"keywords": [
"filter",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/layout",
"version": "0.6.1",
"version": "0.6.2",
"description": "Standard app chrome (title bar, status bar) for Tooee",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/marks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/marks",
"version": "0.6.1",
"version": "0.6.2",
"description": "Unified decoration/annotation system for Tooee renderers",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/overlays",
"version": "0.6.1",
"version": "0.6.2",
"description": "Overlay stack management for Tooee",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/panels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/panels",
"version": "0.6.1",
"version": "0.6.2",
"description": "First-class panels (peer command surfaces with activation and chrome) for Tooee",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/renderers",
"version": "0.6.1",
"version": "0.6.2",
"description": "Content renderers (markdown, code, text, table) for Tooee",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/router",
"version": "0.6.1",
"version": "0.6.2",
"description": "Stack-based router for Tooee terminal apps",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/search",
"version": "0.6.1",
"version": "0.6.2",
"description": "Search hook, utilities, and SearchBar component for Tooee",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/shell",
"version": "0.6.1",
"version": "0.6.2",
"description": "Composition layer wiring Tooee apps together",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/themes",
"version": "0.6.1",
"version": "0.6.2",
"description": "Theme management with 34 bundled themes for Tooee",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/toasts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/toasts",
"version": "0.6.1",
"version": "0.6.2",
"description": "Toast notification system for Tooee",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tooee/view",
"version": "0.6.1",
"version": "0.6.2",
"description": "Terminal content viewer for markdown, code, text, images, and tables",
"keywords": [
"cli",
Expand Down