tuiboard 0.5.1 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +1 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,21 +9,7 @@ Built with [OpenTUI](https://opentui.com) + SolidJS on Bun. Cross-platform
9
9
  the Obsidian Tasks-plugin emoji vocabulary, so they open and edit fine in
10
10
  any markdown editor.
11
11
 
12
- ```
13
- ┌─tuiboard──[1 Work · 2 Personal]──────────open · done · cols───────────────┐
14
- │ ┌Today/Tom──┐ ┌Board──────────────────────────┐ ┌─Timeline──┐ │
15
- │ │● Today │ │ Inbox 3 In Progress 5 Done │ │ 07 ────── │ │
16
- │ │ ⏰ Agenda │ │ ▶ Task 1 │ │ 08 ────── │ │
17
- │ │ ⌚09:00…│ │ Task 2 │ │ 09 ⌚ deep │ │
18
- │ │ 🔺 Prio │ │ Task 3 │ │ 10 ────── │ │
19
- │ └───────────┘ └────────────────────────────────┘ │ 11 ────── │ │
20
- │ ┌Agents (live)──────────────────────────────────┐│ 12 ────── │ │
21
- │ │● tuiboard Shadow 💬 active 📂 ... ││ 13 ⌚ call │ │
22
- │ │ pulse Laptop 💤 3m ago 📂 ... ││ ... │ │
23
- │ └────────────────────────────────────────────────┘└────────────┘ │
24
- │ hjkl move · Tab board · S-Tab zone · F1/F2/F3 toggle · z zoom · ? help │
25
- └────────────────────────────────────────────────────────────────────────────┘
26
- ```
12
+ ![tuiboard — kanban board, Today/Tomorrow panel, 24h timeline, and live Claude Code agents in one terminal dashboard](docs/screenshot.png)
27
13
 
28
14
  ## Install
29
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuiboard",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Terminal dashboard for markdown task boards. Kanban + Today/Tomorrow + 24h timeline + Claude Code agent view, all in one TUI.",
5
5
  "type": "module",
6
6
  "license": "MIT",