Skip to content

Commit a27fa23

Browse files
committed
Add screenshot and update README
1 parent dff6fef commit a27fa23

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A terminal user interface for [Windows Package Manager (winget)](https://github.
55
![Rust](https://img.shields.io/badge/Rust-000000?style=flat&logo=rust&logoColor=white)
66
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
77

8+
![winget-tui screenshot](img/wingettui.png)
9+
810
## Features
911

1012
- **Search & Discover** — Find packages across all winget sources
@@ -27,7 +29,7 @@ A terminal user interface for [Windows Package Manager (winget)](https://github.
2729
### From source
2830

2931
```sh
30-
git clone https://github.com/your-username/winget-tui.git
32+
git clone https://github.com/shanselman/winget-tui.git
3133
cd winget-tui
3234
cargo build --release
3335
```
@@ -52,8 +54,8 @@ winget-tui
5254
| `f` | Cycle source filter (All → winget → msstore) |
5355
| `r` | Refresh current view |
5456
| `i` | Install selected package |
55-
| `u` | Uninstall selected package |
56-
| `U` (Shift) | Upgrade selected package |
57+
| `u` | Upgrade selected package |
58+
| `x` | Uninstall selected package |
5759
| `?` | Toggle help overlay |
5860
| `q` / `Esc` | Quit / close dialog |
5961

img/wingettui.png

299 KB
Loading

0 commit comments

Comments
 (0)