Created
April 30, 2024 05:28
-
-
Save mattia72/792ee41188a10d7911c76a173f0e7bbe to your computer and use it in GitHub Desktop.
Create a list of apps installed by scoop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scoop list | %{scoop info $_.Name} | Select-Object -Property Name, Website, Description | Export-Csv -Path .\Desktop\scoopp.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment