Menu

Tree [ab9a58] master /
 History

HTTPS access


File Date Author Commit
 .vscode 2022-11-18 yves848 yves848 [ff48e6] module with ocgv
 GUI 2022-11-20 yves848 yves848 [c751ec] now
 SandBox 2022-11-21 yves848 yves848 [07eaf2] Cleaning
 Winget-posh 2022-11-21 yves848 yves848 [07eaf2] Cleaning
 images 2022-11-21 yves848 yves848 [07eaf2] Cleaning
 .gitignore 2022-08-22 yves848 yves848 [ef4f98] test
 CLRCLI.dll 2022-08-16 yves848 yves848 [16b93b] commit
 publish.ps1 2022-11-21 yves848 yves848 [024ae8] last
 readme.md 2022-11-21 yves848 yves848 [ab9a58] Add video

Read Me

           _                      _                       _
__      __(_) _ __    __ _   ___ | |_  _ __    ___   ___ | |__
\ \ /\ / /| || '_ \  / _` | / _ \| __|| '_ \  / _ \ / __|| '_ \
 \ V  V / | || | | || (_| ||  __/| |_ | |_) || (_) |\__ \| | | |
  \_/\_/  |_||_| |_| \__, | \___| \__|| .__/  \___/ |___/|_| |_|
                     |___/            |_|

Video

Demo

https://www.youtube.com/watch?v=1qxrRrgJVVw&ab_channel=YGO

A small set of functions to help using winget.

It's TUI (Terminal User Interface) entirely written in Powershell.
It has one dependenciy : Microsoft.PowerShell.ConsoleGuiTools

For now, it't only tested with Windows Terminal runnning the latest (7.2.6) Powershell Core

The availablle functions are :
- Get-WGList
- Get-WGSearch
- Get-WGUpdate
- Set-WGInstall
- Set-WGRemove

Examples

  Get-WGList

image1

This function allows multiselection.
When at least one package is selected, when the function is exitted with "Return", an Object list is returned.


When Hit return .....

Of course, we can use this object collection to extract some usefull data .....


  Get-WGSearch cpu-z

image2

  Get-WGUpdate

image3