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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. 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 timeline**, and a **live agent view** for Claude Code
5
- sessions all on top of plain markdown task files.
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
- ![tuiboard — kanban board, Today/Tomorrow panel, 24h timeline, and live Claude Code agents in one terminal dashboard](docs/screenshot.png)
13
+ ![tuiboard — kanban board, Today/Tomorrow panel, 24h agenda with calendar overlay, and live Claude Code agents in one terminal dashboard](docs/screenshot.png)
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** (once published):
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuiboard",
3
- "version": "0.6.1",
3
+ "version": "0.6.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",