Skip to content

Instantly share code, notes, and snippets.

@crazyyy
Last active September 20, 2023 23:44
Show Gist options
  • Save crazyyy/47d327b8aafa12777b490360175545b6 to your computer and use it in GitHub Desktop.
Save crazyyy/47d327b8aafa12777b490360175545b6 to your computer and use it in GitHub Desktop.
#scoop #pwsh #powershell Scoop App Manager

Scoop

scoop export installed apps

# https://github.com/ScoopInstaller/Scoop/issues/1543
(scoop export) | sls '^([\w\._-]+) .* \[(.*)\]$' |% { "$($_.matches.groups[2])/$($_.matches.groups[1])" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment