Skip to content

Releases: pinndulum/GrepSearch

WinGrep Enhancements

28 Nov 16:55
Compare
Choose a tag to compare

The grep results TextBox in WinGrep was replaced with a multi-select ListBox.
Results items are grouped together by file path.
File explorer can be open to the selected path by double clicking a grep result item.
All grep result items can be selected by pressing Ctrl-a.
Selected grep result text can be copied to the Windows clipboard by pressing Ctrl-c.

Persisted User Settings \ Search Cancelation

23 Nov 18:25
Compare
Choose a tag to compare

Added user settings for search directory, search pattern, file extensions, inc line numbers, is recursive, files only, inc line count, and ignore case.
Search can now be correctly canceled.

Unix(ish) globally search a regular expression and print

23 Nov 18:20
Compare
Choose a tag to compare

Two available implemented user interfaces projects

  • Windows forms - WinGrep
  • Command line console - CmdGrep