Reduf Search Versions Save

GUI built on ripgrep for recursive file content searching.

v0.9.0

1 month ago

Added

  • Added some support for cyrillic characters.

v0.8.0

7 months ago

Fixed

  • Improvements for hidpi system.

v0.7.0

1 year ago

Changed

  • Replaced the "..." button to two buttons, "add" and "replace" to better control the behavior.
  • Improved the starting path when opening a file explorer.

Fix

  • Background "zebra" color for results only change when starting a new search.

v0.6.1

1 year ago

Fix

  • Fix crash when trying to open the context menu of a search result. (Right click)

v0.6.0

1 year ago

Add

  • Added tooltip explaining "invert match" option.
  • Added setting to only show the filename in "Paths" column. A tooltip shows the full path when hovering the row.
  • Added the ability to scroll horizontally if necessary.
  • Added support to add context to search result. That is, a configurable amount of lines to show.

Changed

  • The query input is now focused by default when opening Search or a new tab.
  • Column resize dynamically based on the width of the content.

v0.5.0

1 year ago

Add

  • Added a "file explorer" to select folder to search in.
  • Added support to drag from Search and drop in a program supporting Windows Drag and Drop. It's currently only supported on Windows.

Changed

  • Replaced internal library which relied on outdated libraries with known security issues.

v0.4.0

1 year ago

Add

  • search.exe can now be started with command line arguments to configure some default values.

Changed

  • Tweaked compilation option for release build in order to reduce the build size.

v0.3.0

1 year ago

Added

  • The hotkeys are now intercepted by search when handled, preventing some weird artifacts.
  • Added context menu when right-clicking a result entry. The context menu now allows to open the file or copy the path of the file.

Changed

  • Updated the 3rd party crates.
  • Changed the named of "interactive search" to "incremental search", which is enabled by default.

v0.2.0

1 year ago

Added

  • Added "text" label to text input.
  • Double clicking a result entry will open the configured editor, just like pressing F4.
  • Incremental search are now supported and enabled by default.
  • Added a default editor.

Fixed

  • The main (background) window now stays at the back, preventing situation where the child windows would go behind and be hard to re-focus.

v0.1.0

1 year ago

Initial release,

  • Multi-threaded search.
  • Support having tabs, similar to how web browsers work.
  • Globing of file names.
  • Support multiple directories and paths to search.
  • Detect binary files and exclude them by default.
  • Configurable editor to open the selected files in.