tuidoscope 0.1.10 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +11 -2
  2. package/dist/index.js +2092 -396
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # tuidoscope
2
2
 
3
- A centralized TUI management application for running multiple TUI applications in embedded terminal windows. Built with [OpenTUI](https://github.com/opentui/opentui) and SolidJS.
3
+ A centralized TUI management application for running multiple TUI applications in embedded terminal windows. Built with [OpenTUI](https://github.com/anomalyco/opentui) and SolidJS.
4
4
 
5
5
  ## Screenshots
6
6
 
@@ -30,7 +30,7 @@ A centralized TUI management application for running multiple TUI applications i
30
30
 
31
31
  - **Runtime**: [Bun](https://bun.sh/)
32
32
  - **Framework**: [SolidJS](https://www.solidjs.com/)
33
- - **TUI Engine**: [OpenTUI](https://github.com/opentui/opentui)
33
+ - **TUI Engine**: [OpenTUI](https://github.com/anomalyco/opentui)
34
34
  - **Terminal Emulator**: [ghostty-opentui](https://github.com/remorses/ghostty-opentui)
35
35
  - **PTY**: `node-pty` (via `spawn-pty`)
36
36
 
@@ -135,6 +135,15 @@ theme:
135
135
  - Runtime application configuration (Add/Edit).
136
136
  - Path expansion for working directories.
137
137
 
138
+ ## Acknowledgments
139
+
140
+ This project is built directly on top of:
141
+
142
+ - **[OpenTUI](https://github.com/anomalyco/opentui)** - Provides the declarative component model and rendering engine for the entire interface.
143
+ - **[ghostty-opentui](https://github.com/remorses/ghostty-opentui)** - Enables high-performance, embedded terminal sessions within the application.
144
+
145
+ Huge thanks to both for making this possible.
146
+
138
147
  ## License
139
148
 
140
149
  MIT