Skip to content

Instantly share code, notes, and snippets.

@GENiEBEN
Created July 20, 2020 18:40
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 GENiEBEN/6266d63f0898206ccefcca2de260552a to your computer and use it in GitHub Desktop.
Save GENiEBEN/6266d63f0898206ccefcca2de260552a to your computer and use it in GitHub Desktop.
A powershell command to split keystroke guides into a more readable format.
Write-Host ((Read-Host -Prompt 'Input your text') -split "(\w{5})") -BackgroundColor "Green" -ForegroundColor "Black"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment