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
-
PSEverything is the PowerShell module for very fast file system searches.
Its command
Search-Everything
finds 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-Regex
is particularly useful when used withSearch-Everything
results as input.Input may be specified by
Search-Everything
in theSearch-Regex
dialog, e.g.Alternatively,
Search-Everything
results may be sent toSearch-Regex
via pipeline:Alternatively,
Search-Everything
results may be sent to the object panel first:Then you may start
Search-Regex
and in the dialog specify the input asGet-FarPath -All
orGet-FarPath -Selected
to search in all panelfiles or selected files.
See also #23
Beta Was this translation helpful? Give feedback.
All reactions