Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement action search #8

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Implement action search #8

merged 1 commit into from
Jul 21, 2024

Commits on Jul 21, 2024

  1. 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.
    ernestask committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    ddb301d View commit details
    Browse the repository at this point in the history