Skip to content

v0.0.0-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ernestask ernestask released this 21 Jul 12:48
· 6 commits to master since this release
Implement action search

This commit ditches g_desktop_app_info_search() with a modified copy of
the search code in order to support searching for actions in desktop
entries. That additionally required implementing own sorting, which
currently is based on the specificity of the match type (e.g. name ranks
above display name and keywords and so on) and whether we’ve
prefix-matched.

Resolves #5.