ThomasNieto / Scoop

A PowerShell module for Scoop.
MIT License
4 stars 1 forks source link

[Feature] Function for `scoop cleanup` #13

Open o-l-a-v opened 2 months ago

o-l-a-v commented 2 months ago

scoop update does not remove old versions of apps. Sometimes I run scoop cleanup --all to clean up old versions of various apps.

Example from just now:

PS > scoop cleanup --all
Removing bicep: 0.29.45
Removing imageglass: 9.1.7.627
Removing oh-my-posh: 21.27.0 21.28.0 22.0.0
Removing sc1: 5.5.0
Everything is shiny now!
PS >

Request: A function for scoop cleanup.