Fetching with Fifi

Posted September 16, 2018

I recently released a small search tool for PowerShell to the PowerShell Gallery called Find-InFiles (aka fifi).
 
It just needed a bit of polish and a couple of tweaks and it was ready to go. I mainly wanted to see how difficult the process of publishing to PSG was...
 
It was completely painless and it was over and done before I knew it.
 
Anyway, if you find yourself searching for strings in text files often, give it a try.
 
Install-Module Find-InFiles

The source is also located on Github.