Forked from jongalloway/fast-find-powershell-profile.ps1
Created
November 27, 2018 13:32
-
-
Save ChaseFlorell/7f4ede144f189f08b227753ebe08bd09 to your computer and use it in GitHub Desktop.
PowerShell fast find - https://twitter.com/terrajobst/status/1066920790896009216
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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