lptstr / winfetch

🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
MIT License
1.35k stars 76 forks source link

Parameter to get the version of winfetch #175

Closed hl2guide closed 1 year ago

hl2guide commented 1 year ago

Please add a parameter for getting the version number of the installed winfetch.

rashil2000 commented 1 year ago

Winfetch is a standalone script, so to check the version, it will depend on the installation method.

For Scoop: (scoop info winfetch).version For PSGallery: (Get-InstalledScript winfetch).version