Skip to content

Commit ed1407e

Browse files
committed
bump
1 parent 72ea7e5 commit ed1407e

6 files changed

Lines changed: 487 additions & 389 deletions

File tree

‎dist/tui/dashboard.d.ts‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/usr/bin/env node
22
/**
3-
* A3M Router CLI — Inline REPL (no fullscreen)
4-
* Like PI's /search — prints inline, no terminal takeover.
5-
*
6-
* Usage: node dist/tui/dashboard.js
7-
* Then type queries or /slash commands.
3+
* A3M Router — Terminal Overlay Box
4+
* Draws a centered overlay ON TOP of existing terminal content.
5+
* Does NOT clear the screen. Restores terminal when done.
6+
* Pure ANSI — no fullscreen, no alt-buffer.
87
*/
98
export {};

0 commit comments

Comments
 (0)