Skip to content

Instantly share code, notes, and snippets.

@alimbada
Created April 1, 2021 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alimbada/07561f2711fbd549478a65c1efc62c6d to your computer and use it in GitHub Desktop.
Save alimbada/07561f2711fbd549478a65c1efc62c6d to your computer and use it in GitHub Desktop.
Formats the output of `choco outdated` into a more readable table
choco outdated -r | ConvertFrom-Csv -Delimiter '|' -Header 'Package name', 'Current version', 'Available version', 'Pinned?' | Format-Table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment