This is a Console application writen in .Net Core.
The program searches for specific strings in text files using REGEX expressions and outputs the results in a text file.
Results generated by the application are de-duplicated.
- Find patterns in texts to avoid repetio or commonalities
- Find all css classes that matches a pattern to create documentation or naming analysis.
- etc...
- Install the
.Net Corefor your platform - Clone the repo
- Inside of the repo folder open in terminal and type
dotnet run - follow the prompts
Folder : location in the file system to run the search.
Regex pattern : The text pattern the application will use to generate the file with results.