Closed nathgit closed 2 years ago
Here's a couple example URLs: [SEARCH] indicates the search term fdroid (doesn't work) https://search.f-droid.org/?q=[SEARCH]&lang=en
html color codes (doesn't work) https://html-color.codes/[SEARCH] should search for the html color codes for that color. the command used is: alias -add hcolor search -u https://html-color.codes/%s an 's' is added to it which screws it up & redirects it to the homepage.
jisho (works) https://jisho.org/search/[SEARCH]
I figured it out. You use '%' instead of '%s'. I thought I read that it was the former.
If I try to use the "search -u" command on a url not ending with search term it adds an 's' to the end. I tried to add an alias & when it did it I tried running the command manually & the same thing happened.