-
-
Couldn't load subscription status.
- Fork 105
Right-click to search #593
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
base: master
Are you sure you want to change the base?
Conversation
|
Nice idea TBH! One thing I would work on, would be to use default search engine on browsers, if that's possible cross-platform. Why limit to just Google 😄? |
|
Since Discord is limited to Google, I thought that would be fine.
|
|
Yeah, I looked into it, so far I got only the brief concept how to implement it properly. I can always work myself on such software, no sweat, I'm already building my own collection of libraries to use by myself since I'm little untrustworthy even with the popular and well-known projects, the |
|
As of other alternatives, I guess… at worst I might finally get myself into implementing the input box handling in the settings for the custom string in the config. That would be usefull to further parse and use for defining your own search engine URL. |
Ah, should say WebCord's not affiliated with Discord in any way. So far I'm more within the kind of community that hates it for every change that feels to ruin what I enjoyed Discord the most for. Or at least I remember times when Discord UI was unique, wasn't material-designed stuff they thought switching to should be a standard for whatever weird reason, and they even designed it like to add a title bar to their web browser version… and the Nitro stuff /ads, weird promotions and non-chat related stuff… I kinda miss old Discord, those were simpler times XD. Being slightly salty enough, I'm more into going into another direction than Discord. Especially I'm not in favour that they don't neccesarily care for folks who want to be more decisive what they don't need from their client to do. |
|
I agree with you on Discord's recent bizarre and offensive changes. Regarding search, how about using a simple string substitution (%q -> search string) to generate the URL and launch the browser? |
Exactly what I've fought for the alternative approach. Mainly I would like to launch browsers in a manner like: At least something like that, obviously it won't rely on shell's quote matching, we pass argv as an array element. |
|
And of course the |
Add "Search in Google" ContextThe official client Discord has a context menu for searching with Google.
I use this so often that I added it to WebCord as well.