A python script that navigates through a specified directory for a query and returns a list of what files contain the query
Haven't created this as a package manager for pip yet, so for right now, create from source.
git clone https://github.com/christianarty/WhereWasIt.git
cd WhereWasIt/After cloning the repository, run the main.py and follow the instructions shown in the program
python ./main.pyPlanning on adding more loops for a intuitive experience. Also planning on adding more error handling and a test package in the near future
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.