Skip to content

Commit d046d6a

Browse files
committed
chore: add screenshots files
1 parent 0e5e8f7 commit d046d6a

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

disk_analyzer_cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ disk_analyzer_cli show /Users/dominik --min-size 1GB
5757

5858
### `tui` — Interactive terminal UI
5959

60-
![](doc/screenshot_tui.png)
60+
![](https://github.com/orestesgaolin/dart_utilities/blob/main/disk_analyzer_cli/doc/screenshot_tui.png?raw=true)
6161

6262
```bash
6363
# Launch TUI for a scanned path
@@ -73,7 +73,7 @@ disk_analyzer_cli tui /Users/dominik
7373
| `Backspace` / `Esc` | Go back (restores previous selection) |
7474
| `s` | Scan selected folder (background) |
7575
| `S` (Shift+S) | Scan all unscanned folders |
76-
| `o` | Open in Finder |
76+
| `o` | Open in Finder |
7777
| `r` | Reload current view |
7878
| `PgUp` / `PgDn` | Page navigation |
7979
| `Home` / `End` | Jump to first/last |

disk_analyzer_cli/pubspec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ description: CLI tool to analyze disk space, visualize usage, and clean up files
33
version: 1.0.0
44
repository: https://github.com/orestesgaolin/dart_utilities
55
issue_tracker: https://github.com/orestesgaolin/dart_utilities/issues
6+
screenshots:
7+
- description: Disk usage visualization in the terminal
8+
path: doc/screenshot_tui.png
9+
topics:
10+
- cli
11+
- disk-analyzer
12+
- disk-usage
13+
- nocterm
614

715
environment:
816
sdk: ^3.11.5

0 commit comments

Comments
 (0)