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

Add extra alias/nickname/tag to any item #171

Closed
everdred opened this issue Oct 10, 2023 · 2 comments
Closed

Add extra alias/nickname/tag to any item #171

everdred opened this issue Oct 10, 2023 · 2 comments

Comments

@everdred
Copy link

Enhancement for adding an extra name to any item in Kupfer, so that name can be matched from a typed search. For example, the application "KCharSelect" is easy to miss because I quickly type "character", and KCharSelect disappears once I type "chara" since it no longer matches. Another example would be setting "browser" as an alias for Firefox.

I know a workaround for this can kind of be done with a "compose command" and saving that as something like "launch-character-selector.kfcom", but this can only be used for one object+action pair and not for selecting the item itself. Also, it doesn't save with the application icon.

@KarolBedkowski
Copy link
Contributor

User-configured aliases will have impact on search performance. Not sure, if I can make this in reasonable way.

Anyway, next version bring some aliases for applications - executable name and non-localized (original) name.

Also I planned add more aliases (generic name, keywords and comments) for application that are read from .desktop files (user can modify this if want). Preview is here for now: https://github.com/KarolBedkowski/kupfer/tree/dev
With this, you can select i.e. firefox by "browser" or "webbrowser" aliases.

@everdred
Copy link
Author

Also I planned add more aliases (generic name, keywords and comments) for application that are read from .desktop files (user can modify this if want). Preview is here for now: https://github.com/KarolBedkowski/kupfer/tree/dev
With this, you can select i.e. firefox by "browser" or "webbrowser" aliases.

I think this is a great solution, since applications usually have a better description in the .desktop launcher (and if they don't, as you said, there's a universally standard way for the user to correct/customize it for themselves). I'll try out the dev branch, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants