l-snq / tau

an app launcher for linux with first class wayland support.
0 stars 0 forks source link

search functionality doesn't work for certain app names #7

Closed l-snq closed 3 months ago

l-snq commented 4 months ago

There are some issues where I would search for a particular app, particularly one that doesn't have its name directly match with the 'alias' you have for it. E.G. some-app is somespeccommand for its .desktop entry file. Look more into desktop entry spec for more details: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#file-naming

l-snq commented 4 months ago

Maybe look into Gio::AppInfo::get_id() to return the ID of the spec. Probably needs some regex, too.

l-snq commented 3 months ago

used fuzzy finding for this. Completed & Merged.