mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #35] "I'm Feeling Lucky" with shortcut #23
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @icelander on GitHub (May 12, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/35
Describe the feature you'd like to see added
If you put an exclamation point at the beginning of your search, Whoogle would get the first result and redirect you to that page securely and privately.
Describe which parts of the project this would modify (front end/back end/configuration/etc)
When receiving the search query, check the beginning of the string for
!. If it's there, remove it from the search query and search Google. When processing the results, do a redirect to the first one instead of showing the search results.Additional context
DuckDuckGo has the concept of Bangs which are shortcuts to specific search results. The most useful is the I'm Feeling Lucky, which is just
!. In the future Whoogle could have other ones, or the ability to configure your own.@benbusby commented on GitHub (May 12, 2020):
This is a really great idea, thanks for the suggestion! It doesn't sound too hard to add it in either, so I'll try to work this into the next release.
@icelander commented on GitHub (May 15, 2020):
Submitted a PR :)
@benbusby commented on GitHub (May 18, 2020):
Merged in #46