Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChaseFlorell/7f4ede144f189f08b227753ebe08bd09 to your computer and use it in GitHub Desktop.
Save ChaseFlorell/7f4ede144f189f08b227753ebe08bd09 to your computer and use it in GitHub Desktop.
Set-Alias less "C:\Program Files\Git\usr\bin\less.exe"
function f($text, $files="*.*")
{
findstr /spin $text $files | less
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment