You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ The original version can be built for Windows using MinGW, but it has several sh
9
9
This version has the following improvements:
10
10
11
11
* Use and display Windows paths with the \ character.
12
+
* Expand pathnames with wildcards. (As, contrary to Unix shells, cmd.exe and PowerShell don't expand them.)
12
13
* The -? option displays help.
14
+
* The -V/--version option displays details about this port, and every library used.
13
15
* Support command line arguments with non-ASCII characters in any console code page.
14
16
* Correctly display pathnames and matching strings with non-ASCII characters in any console code page, even if they're not part of the code page.
15
17
* Use PCRE UTF8 option, allowing to search for non-ASCII regular expressions. (Like "." matching 1 character = 1 to 4 bytes!)
@@ -21,7 +23,8 @@ This version has the following improvements:
21
23
* Support Windows junctions and symbolic links.
22
24
* Support 64-bit statistics even for the 32-bit build. (Allows searching through more than 4GB of files with the x86 build.)
23
25
* The debug version displays the thread number ahead of each debug message.
24
-
* Last but not least, everything (ag.exe with all its dependant libraries) is built with a single make.bat command.
26
+
* Can be built with Microsoft Visual Studio versions 2013 to 2019, without any dependency on outside libraries.
27
+
* Last but not least, everything (ag.exe with all its provided dependent libraries) is built with a single make.bat command.
25
28
26
29
Thanks to [Krzysztof Kowalczyk](https://github.com/kjk) who did the original [Native Visual Studio Port](https://github.com/kjk/the_silver_searcher).
27
30
I've actually started from his August 2016 code, and kept improving it.
0 commit comments