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.
- package/README.md +1 -15
- 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
|
+

|
|
27
13
|
|
|
28
14
|
## Install
|
|
29
15
|
|
package/package.json
CHANGED