Skip to content

Instantly share code, notes, and snippets.

@jongalloway
Created November 26, 2018 05:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jongalloway/1930ba63f41948a1b5b6559d19203dcf to your computer and use it in GitHub Desktop.
Save jongalloway/1930ba63f41948a1b5b6559d19203dcf 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