ParthJadhav / Verve

Verve is a lightweight and blazingly fast launcher for accessing and opening applications, files and documents. ⚡
GNU Affero General Public License v3.0
658 stars 25 forks source link

display full path for file search #33

Closed benediktms closed 1 year ago

benediktms commented 1 year ago

When searching for files the path is not displayed which can get confusing, especially when you have many projects that use a similar pattern when naming files, or when compiled/transpiled files maintain the same file name:

Screenshot 2023-01-10 at 00 46 21

It would probably be beneficial to display the file path, and perhaps de-prioritise certain directories, e.g. folders with the name dist or target etc.

ParthJadhav commented 1 year ago

Yep, That makes sense. I'll work on this soon. Thanks for creating this issue.