PSEverything and Search-Regex.ps1 #22
nightroman
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
PSEverything is the PowerShell module for very fast file system searches.
Its command
Search-Everythingfinds the specified files and returns their full paths.Search-Regex.ps1 is the PowerShellFar script for searching for regex patterns in files.
The results are shown in the panel for opening in the editor with found matches selected.
Search-Regexis particularly useful when used withSearch-Everythingresults as input.Input may be specified by
Search-Everythingin theSearch-Regexdialog, e.g.Alternatively,
Search-Everythingresults may be sent toSearch-Regexvia pipeline:Alternatively,
Search-Everythingresults may be sent to the object panel first:Then you may start
Search-Regexand in the dialog specify the input asGet-FarPath -AllorGet-FarPath -Selectedto search in all panelfiles or selected files.
See also #23
All reactions