desktop search
1.0.0
Simple app to search the contents of local files. At the moment only python files are supported.
examples/config.json.example and save as config.json.py -m pip install poetry
py -m poetry install
py -m poetry run python -m spacy download en_core_web_smpython3 -m pip install poetry
python3 -m poetry install
python3 -m poetry run python -m spacy download en_core_web_smpy -m poetry run python wsgi.py -b (Windows) / poetry run python wsgi.py -b (Linux)Only matches full names. For example a search for itertools returns all files where itertools is imported, but not files where it is mentioned in comments.
Searching itself is super fast. The indexing step is around 5000 files per minute on my computer. It was written mostly to support refactoring when functions are renamed and other source files have to be adjusted.
pip install future-fstrings to handle files which specify coding: future_fstrings