-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Search In Files | ||
=============== | ||
|
||
This small tool is intended to search text in multiple files. | ||
Search results are not only file name, line and column numbers, | ||
but additionally the whole line from file. | ||
|
||
Click on search result loads whole file into edit control with highlight of found text. | ||
Text could be edited and saved right there. | ||
|
||
This tool understands both cp1251 and utf-8 text encodings and both CRLF and LF line endings. | ||
It supports command line argument and path/file drag'n'drop. | ||
It automatically creates shortcut in SendTo folder to simplify its usage from windows explorer. | ||
|
||
It works on Windows platform (XP, Vista, 7). It should work also on Windows 2000 and Windows 8, but it was never tested yet. | ||
|
||
This tool is written in C programming language and doesn't use any "bold" framework (MFC, .NET, ...) - only raw Win32API. | ||
Due to this it has small size, no complex dependencies and can work without any installation procedure (other than simple exe-file copy). |