Skip to content

Instantly share code, notes, and snippets.

@StartAutomating
Created September 6, 2026 21:32
Show Gist options
  • Select an option

  • Save StartAutomating/ae3c58402837dd9180842952a13f259f to your computer and use it in GitHub Desktop.

Select an option

Save StartAutomating/ae3c58402837dd9180842952a13f259f to your computer and use it in GitHub Desktop.
Gist sort the clipboard
@(@(Get-Clipboard) -split '(?>\r\n|\n)' | Sort-Object) -join [Environment]::NewLine | Set-Clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment