Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 233 Bytes

File metadata and controls

12 lines (7 loc) · 233 Bytes

PythonSearch Design

Python search core is designed to run fully on the local machine.

graph LR
    A[User] -- starts python search and interacts with --> B[FZF in kitty]
    B --> C[PythonSearch entries ranked]
Loading