-
-
Save pongo/72d60f04974f2ebd55741aa75ad86ddd to your computer and use it in GitHub Desktop.
Create a list of apps installed by scoop
This file contains hidden or 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