Added Ecosia Search as an option in the launcher
Co-authored-by: Randall White <N3M0-22@pm.me>
Co-authored-by: Jacob Kauffmann <jacobgkau@users.noreply.github.com>
* feat: add a history attribute to plugin config as described in #110closes#110
* fix: Correct grammar mistake in comment
Co-authored-by: Jacob Kauffmann <jacobgkau@users.noreply.github.com>
Currently the destkop-entry plugin retains the entries emitted by the freedesktop-desktop-entry crate in reverse order.
For instance '$HOME/.local/share/applications/jetbrains-clion.desktop' is emitted first then
overriden by '/usr/share/applications/jetbrains-clion.desktop'.
Instead of `Hashset::replace`, `Hashset::insert` must be use to avoid overriding entries with higher priority.
From freedesktop basedir specification:
- " There is a set of preference ordered base directories relative to which data files should be searched. This set of directories is defined by the environment variable $XDG_DATA_DIRS." (see: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
From desktop-entries specification:
- "If multiple files have the same desktop file ID, the first one in the $XDG_DATA_DIRS precedence order is used." (see: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html)
As the sole author of the library and service, I elect to relicense the
code that I have written from GPL-3.0 to MPL-2.0. This is to preserve
copyleft-ability while permitting linking of pop-launcher's libraries.
The launcher binary and its plugins shall remain as GPL-3.0, as they are
separate binaries with no need for linking to a frontend.
People don't like that `a` features Amazon and `b` features Bing. I'm
sure the same could be said for `g` for Google. Single-character aliases
seem to be a bad idea. Other aliases could also use some improvements
to add additional obvious aliases.