Description
also add like rg alias for this
rgr path string or something ..
rg -uuu -C 3 -H --max-columns=1000 '(\bpass|key\b|\bs3\b|\bhttp)' .
$url=(iwr https://api.github.com/repos/BurntSushi/ripgrep/releases/latest|ConvertFrom-Json).assets|? name -match 'x86_64-pc-windows-msvc.zip'|select -first 1 |% browser_download_url;iwr $url -OutFile rg.zip;Expand-Archive rg.zip -Dest .;del rg.zip
Use Case
No response
Additional Context
No response
Description
also add like rg alias for this
rgr path string or something ..
Use Case
No response
Additional Context
No response