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
{{ message }}
This repository was archived by the owner on Jan 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Search In Project
2
2
3
+
<ahref='https://ko-fi.com/X8X19BQH'target='_blank'><imgheight='36'style='border:0px;height:36px;'src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0'border='0'alt='Buy Me a Coffee at ko-fi.com' /></a>
4
+
3
5

4
6
5
7
This plugin for [Sublime Text 2 and 3](http://www.sublimetext.com/) lets you use your favorite search tool (`grep`, `ack`, `ag`, `pt`, `rg`, `git grep`, or `findstr`) to find strings aross your entire current Sublime Text project.
@@ -32,14 +34,14 @@ My idea is that if you use this plugin it's because you already use one of the s
32
34
33
35
The supported search engines are:
34
36
35
-
Name | Description | Search in Project key
36
-
---- | ----------- | ---------------------
37
-
**[pt (The Platinum Searcher)](https://github.com/monochromegane/the_platinum_searcher)** | **fast, has binaries for every platform, recommended.** | `the_platinum_searcher`
38
-
**[ag (The Silver Searcher)](http://geoff.greer.fm/ag/)** | **equally fast, only 3rd party binaries for Windows, also recommended** | `the_silver_searcher`
39
-
[ack](http://beyondgrep.com/) | not as fast as `pt` and `ag`, but still pretty good. Depends on perl, thus not so easy to install on Windows. | `ack`
40
-
[git grep](http://git-scm.com/docs/git-grep) | packaged with Git and really fast, but only works in Git repositories. Recommended if you use Windows and Git and really don't want to install anything else. | `git_grep`
41
-
[grep](https://en.wikipedia.org/wiki/Grep) | fallback search tool available on Linux and OSX systems. Not recommended - just use the built-in Sublime Text search instead. | `grep`
42
-
[findstr](https://technet.microsoft.com/en-us/library/Bb490907.aspx) | fallback search tool available on Windows. Not recommended - just use the built-in Sublime Text search instead. | `find_str`
|**[pt (The Platinum Searcher)](https://github.com/monochromegane/the_platinum_searcher)**|**fast, has binaries for every platform, recommended.**|`the_platinum_searcher`|
40
+
|**[ag (The Silver Searcher)](http://geoff.greer.fm/ag/)**|**equally fast, only 3rd party binaries for Windows, also recommended**|`the_silver_searcher`|
41
+
|[ack](http://beyondgrep.com/)| not as fast as `pt` and `ag`, but still pretty good. Depends on perl, thus not so easy to install on Windows. |`ack`|
42
+
|[git grep](http://git-scm.com/docs/git-grep)| packaged with Git and really fast, but only works in Git repositories. Recommended if you use Windows and Git and really don't want to install anything else. |`git_grep`|
43
+
|[grep](https://en.wikipedia.org/wiki/Grep)| fallback search tool available on Linux and OSX systems. Not recommended - just use the built-in Sublime Text search instead. |`grep`|
44
+
|[findstr](https://technet.microsoft.com/en-us/library/Bb490907.aspx)| fallback search tool available on Windows. Not recommended - just use the built-in Sublime Text search instead. |`find_str`|
43
45
44
46
**You need to choose the engine that you want to use in the configuration file. The default is the one that available on every system, but it is easily the worst.**
45
47
@@ -54,6 +56,6 @@ If Search In Project has problems with locating executables in Mac, install the
54
56
55
57
You can always configure the full path to any search engine in the settings, as a catch-all solution.
56
58
57
-
* * *
59
+
---
58
60
59
61
Made by [Leonid Shevtsov](http://leonid.shevtsov.me)
0 commit comments