Skip to content

Commit f6979b4

Browse files
authored
Update README.md
1 parent e9b301e commit f6979b4

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# FindInFiles
22

33
I couldn't find any simple tool for searching files containing given text..<br>
4-
(Notepad++ crashed with blue screen, VisualStudio is too much, Googling didn't return any simple free tools, Atom is too slow to start, Windows content: search is super slow..etc), so had to make one :/<br>
4+
(Notepad++ crashed with blue screen, VisualStudio is too much, Atom is too slow to start, Windows content: search is super slow, Googling didn't return any simple free tools..etc), so had to make one :/<br>
55
<br>
66
Still work-in-progress (but usable already)
77
<hr>
88

9-
![image](https://user-images.githubusercontent.com/5438317/46904876-e6eb9480-cf1d-11e8-8756-30fa6606b12a.png)
9+
## Current Features
10+
- Search text in files from given folder (and subfolders)
11+
- Can be launched from Commandline or Explorer context menu (to automatically pass target folder)
12+
- Double click results to open file in default editor
13+
14+
## Planned Features
15+
- Jump to line (if you are using notepad++ or others that support linenumber parameter)
16+
- Save search history (to search again easily)
17+
- Sort results by modified file date
18+
- Settings to allow modifying searched file extensions
19+
- Resizeable window
20+
- More? You can comment using issues here^
21+
22+
<hr>
23+
24+
![image](https://user-images.githubusercontent.com/5438317/46906957-f084f480-cf3d-11e8-9d22-45e67f614126.png)
25+

0 commit comments

Comments
 (0)