KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 14 forks source link

feat: add a find in files API to `Project` #143

Closed smnppKDAB closed 3 months ago

smnppKDAB commented 3 months ago

The methode return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The pattern parameter should be a valid regular expression. Fixes KDAB#21