Closed l-snq closed 6 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
some-app
somespeccommand
Maybe look into Gio::AppInfo::get_id() to return the ID of the spec. Probably needs some regex, too.
Gio::AppInfo::get_id()
used fuzzy finding for this. Completed & Merged.
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
issomespeccommand
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