File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
3133cd winget-tui
3234cargo 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
You can’t perform that action at this time.
0 commit comments