Commit 8c42629
committed
feat: overhaul analyze, status, and clean commands
analyze: rewrite UI with blessed-based interactive TUI
analyze: add directory navigation (Enter=open, b=back, o=Finder)
analyze: add positional path argument (broom analyze ~/path)
analyze: fix percentage calculation to use parent size as base
analyze: fix bar graph misalignment in list (remove chalk from addItem)
analyze: fix info panel not updating on arrow key navigation (use select item event)
analyze: fix goBack crashing at scan root by adding root guard
analyze: fix path comparison by normalizing trailing slashes
analyze: add generateUsageBarBlessed() using blessed tags for info panel
analyze: enrich Details panel with rank, mtime, contents count, path, size label
analyze: two-phase scan (shallow first for fast startup, deep scan in background)
analyze: on-demand rescan when navigating into unscanned subdirectory
status: remove cat animation and BROOM_FRAMES
status: redesign layout to 3-column grid (CPU/Memory/Disk, Network/Processes)
clean: add scan targets display with 13 categories, icons, and progress counter1 parent f50f9bd commit 8c42629
File tree
8 files changed
+547
-415
lines changed- src
- commands
8 files changed
+547
-415
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
0 commit comments