wingetposh

0.7.3

Helpers functions for Winget

Minimum PowerShell version

5.1

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name wingetposh -RequiredVersion 0.7.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name wingetposh -Version 0.7.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) yvesg. All rights reserved.

Requires License Acceptance

View License.txt

Package Details

Author(s)

  • yvesg

Tags

winget helper powershell TUI

Functions

Show-WGList Update-WGPackage Install-WGPackage Uninstall-WGPackage Get-WGList Invoke-Winget Out-Object Search-WGPackage

Dependencies

This module has no dependencies.

Release Notes

0.5.1 :
       - Fixed the show-WGList bug when there is no updatable packages to show.
       0.5.2 :
       - Removed the "-Interactive" switch to search-WGPackage.       
       - Removed the search parameter from search-WGPackage.
       - Allowing multiple selection in uninstall-WGPackage.
       - Removing crash brug when no package is found in search-WGPackage.
       - Removing the "-Interactive" switch to updage-WGPackage.  If no Object is passed through the pipeline, it will automatically display an interactive grid
       - Update readme.md
       
       0.5.4 :
       - Addind a license file.

       0.5.5 :
       - Adding licence acceptance.
       
       0.5.6 :
       - Adding headless functions : Get-WGList and Get-WGUpdatables

       0.6.0 :
       - Removing "Microsoft.PowerShell.ConsoleGuiTools" dependance to add Powershell 5.1 compatibility
       - Rewriting the TUI in full powershell (some flickering still to fix)
       - Adding "Invoke-Winget" funtion to add generic call to Winget
       
       0.6.1 :
       - Fix -Install switch of Install-WGPAckage
       - Rename Show-WGUpdatables to Update-WGPackages
       - Add a switch -Update to Update-WGPackages

       0.6.2 :
       - Fix flickering
       - rename Update-WGPackages to Update-WGPackage for uniformity
       - in Install-WGPackage, F3 allows to run a new search
       - Version of the module shown in the window frame
       
       0.6.3 :
       - remove the module version of the window frame
       
       0.6.4 :
       - Add "+" and "-" keys for selections in the grid
       - Version of the module shown in the window frame (back)
       - add "?" to display help
       
       0.6.5 :
       - changing visuals, refining windows drawing
       - add a "package" parameter to Install-WGPackage
       
       0.6.6 :
       - Correctiong bugs in install, uninstall and update functions
       - Fixing the order of the install-WGPackage parameters

       0.7.0 :
       - Changing search mode.  Now the search is on everything, not only the name
       - Improving winget result parsing
       - Every function now returns a hastable.  Faster, lighter
       - Adding a "Out-Object" function to convert hashtable results in PsCustomObject arrays (if needed)
       - Adding a "Search-WGPackage" to search without the graphical interface
       
       0.7.2 :
       - Minor bug fixes
       
       0.7.3 :
       - fixing visual function (using hastables)

FileList

Version History

Version Downloads Last updated
2.0.1-alpha03 52 1/26/2024
1.0.1 527 11/27/2023
0.9.7 55 7/13/2023
0.8.2 79 5/3/2023
0.8.1 12 4/27/2023
0.7.9 91 4/6/2023
0.7.4 24 3/19/2023
0.7.3 (current version) 9 3/16/2023
0.7.2 9 3/16/2023
0.6.6 36 2/23/2023
0.6.5 20 2/16/2023
0.6.4 16 2/14/2023
0.6.3 18 2/13/2023
0.6.1 21 2/12/2023
0.5.6 30 1/23/2023
0.5.5 25 1/15/2023
0.5.1 12 11/29/2022
0.5.0 19 11/23/2022
Show less