desktop search
1.0.0
簡單的應用程序搜索本地文件的內容。目前,僅支持Python文件。
examples/config.json.example創建一個配置文件,並保存為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)僅匹配全名。例如,搜索itertools會返回導入itertools的所有文件,而不是在註釋中提到的文件。搜索本身超級快。索引步驟是我的計算機上每分鐘約5000個文件。它主要是為了在重命名功能時支持重構,並且必須調整其他源文件。
pip install future-fstrings要處理指定coding: future_fstrings