Open Vagahbond opened 1 year ago
Hi @Vagahbond, I opened a PR that fixes your issue. I don't know if your problem still bothers you, but you can check out my fork with the fix and build it yourself. Fork: https://github.com/FromWau/plugin-websearch/tree/main
Instructions if u need them:
git clone https://github.com/FromWau/plugin-websearch.git ~/plugin-websearch
cd ~/plugin-websearch
cargo build --release
.so
to your dots -> cp -p ~/plugin-websearch/target/release/libwebsearch.so ~/.config/anyrun/plugins/
Hi, thanks for notifying me, I will check that when I see my computer again
Hey, so using your fork as a flake input for my anyrun config the issue is effectively fixed !
I tried configuring this plugin to search stuff on nix packages repo.
Code above works, but the "channel=unstable" part is ignored.
When doing this :
It does not work with the query.
I believe the string is truncated when finding a
&
.