This project is a Python graphical interface using the CustomTKinter and Tkinter libraries for convenient interaction with The Silver Searcher (Ag) tool.
This interface allows users to perform searches for text patterns in files and configure various parameters for more precise and user-friendly searches.
- Clone project
git clone https://github.com/bodaue/the-silver-searcher-interface.git
- Install requirements
pip install -r requirements.txt
- Rename .env.dist to .env
ren .env.dist .env
python main.py

