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

WebSearch Menu #9

Open
wants to merge 3 commits into
base: next
Choose a base branch
from
Open

WebSearch Menu #9

wants to merge 3 commits into from

Conversation

NK308
Copy link

@NK308 NK308 commented Sep 23, 2021

The websearch module contains template classes for a menu which can
send search requests to a specific website and, if provided display the
returned search suggestions as Items, which can then be selected, to
open the corresponding search results on that website in firefox.

The Menu and Item classes can easily be subclassed, to work with a specific search engine, if the syntax of the search URL is known.

I already added subclasses for startpage, google, wikipedia, youtube and wolfram alpha, For the first three, I also added additional subclasses to change the language preferences, which proofed very useful, especially for wikipedia.

I'm using this for quite a few months now and now I wanted to share it and modified to the be compatible to the next branch.

The websearch module contains template classes for a menu which  can
send search requests to a specific website and, if provided display the
returned search suggestions as Items, which can then be selected, to
open the corresponding search results on that website in firefox.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant