-
Fork the repository
-
Clone the repo to your local system
git clone https://github.com/<your-user-name>/Project-SearchEverywhere.git
cd Project-SearchEverywhere
- Install dependencies
sudo chmod +x dependency.sh
sudo ./dependency.sh
- Make the source file executable
chmod +x src/SearchEverywhere.py
- Copy the src/ contents to testing_base/
cp -R src/* testing_base/
cd testing_base/
- Conduct tests using source file (
SearchEverywhere.py
) in testing_base directory, for example:
./SearchEverywhere.py - heading
-
Create a new branch before making any changes to source file
SearchEverywhere.py
insrc/
-
Commit your final changes (bug fix/feature added etc.) in
src/SearchEverywhere.py
with an appopriate comment expaining the change. -
Create a pull request for
src/SearchEverywhere.py
script only. -
Thank You, your PR will be looked upon soon.
Kindly consider testing and debugging on a bunch of files of different file types(.txt, .odp, .odt, .pdf) to ensure that nothing is broken by the change made by you.