Skip to content

Instantly share code, notes, and snippets.

@mattia72
Created April 30, 2024 05:28
Show Gist options
  • Save mattia72/792ee41188a10d7911c76a173f0e7bbe to your computer and use it in GitHub Desktop.
Save mattia72/792ee41188a10d7911c76a173f0e7bbe to your computer and use it in GitHub Desktop.
Create a list of apps installed by scoop
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