tuiboard 0.6.1 → 0.6.2
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.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
# tuiboard
|
|
2
2
|
|
|
3
3
|
A terminal dashboard that unifies **kanban**, a **Today/Tomorrow virtual
|
|
4
|
-
panel**, a **24-hour
|
|
5
|
-
|
|
4
|
+
panel**, a **24-hour agenda** (with a read-only Google / Microsoft 365
|
|
5
|
+
calendar overlay), and a **live agent view** for Claude Code sessions — all
|
|
6
|
+
on top of plain markdown task files.
|
|
6
7
|
|
|
7
8
|
Built with [OpenTUI](https://opentui.com) + SolidJS on Bun. Cross-platform
|
|
8
9
|
(Linux, macOS, Windows). No vendor lock-in: boards are CommonMark with
|
|
9
10
|
the Obsidian Tasks-plugin emoji vocabulary, so they open and edit fine in
|
|
10
11
|
any markdown editor.
|
|
11
12
|
|
|
12
|
-

|
|
13
14
|
|
|
14
15
|
## Install
|
|
15
16
|
|
|
@@ -24,7 +25,7 @@ bun install -g github:NazzarenoGiannelli/tuiboard
|
|
|
24
25
|
tuiboard
|
|
25
26
|
```
|
|
26
27
|
|
|
27
|
-
**Global, from npm
|
|
28
|
+
**Global, from npm:**
|
|
28
29
|
|
|
29
30
|
```bash
|
|
30
31
|
bun install -g tuiboard # or run once, no install: bunx tuiboard
|
package/package.json
CHANGED