Cross-platform rewrites of personal shell utilities, starting with PowerShell ports of the bash scripts in bkptc/scripts.
scripts/findtext.ps1- recursively search text files for a pattern, skipping binaries. PowerShell port offindtext.
This repo doubles as a Scoop bucket.
scoop bucket add system-tools https://github.com/joaoblyss/system-tools
scoop install system-tools/findtextThen run it as findtext.ps1 <pattern> [path] [-CaseSensitive].