Show HN: SimpleSearch – Just a list of search bars
31 points| wwickey | 1 year ago |simplesearch.info
I’m curious if this is helpful to anyone else and if there are any additional features I might add to make it more useful. Thanks!
31 points| wwickey | 1 year ago |simplesearch.info
I’m curious if this is helpful to anyone else and if there are any additional features I might add to make it more useful. Thanks!
mg|1 year ago
https://www.gnod.com/search
You can enter a search term and then click on the button of a search engine.
Or you can just press the first char in the name of the engine. So you can search Google for "hello world" by typing "hello world<enter>g". And then go back and just hit "c" to send the same query to ChatGPT.
Leftium|1 year ago
- First of all, search bangs actually already removed the need to click the "search" button.
- However, I wanted to support multiline input (on a mobile virtual keyboard.)
- ENTER,ENTER solves this. (Double-keypress ENTER)
- I also wanted the search box to filter the list of 10,000+ available search bangs.
- So Q,Q selects the first entry; W,W the next; and so on... (The first Q must be uppercase, but the following Q may be lowercase to support how mobile virtual keyboards work)
- (Notice Q is right under the key for 1; W under 2; and so on )
I have to tune the double-keypress UX (often I initiate a search when I just want a newline.) Perhaps I will also add triple-keypress.
ganessh|1 year ago
wwickey|1 year ago
Any of the expanded search options get much action?
das_keyboard|1 year ago
* Whatsapp search is broken. Goes to "https://web.whatsapp.comSEARCHPHRASE/"
* Most of these only work when logged in via cookie to the service
* Amazon search inserts your affiliate tag - you might want to make this clear somewhere.
wwickey|1 year ago
Yeah, for me, it's just a _little_ bit better of a search experience. Would not expect that the be the case for everyone. Was wondering if that would actually be the case for _most_ people. Glad to see some folks some see value in it.
Leftium|1 year ago
- After realizing I made the "button version" of search bangs I started: https://zz.leftium.com/
The UX for composing multiline queries is nicer in my apps (especially with AI Chat like CoPilot):
- ENTER is newline by default (SHIFT+ENTER to submit. Or double ENTER; careful not to add newlines too quickly; I have to tune the double keypress UX)
- Auto-expands to multiple lines
- Fullscreen edit mode
wwickey|1 year ago
The different flavors of simultaneous invention shared in the thread makes me think there's some kind of underlying shared need/value in this sort of thing!
andrewfromx|1 year ago
lnoir|1 year ago
submeta|1 year ago
So yes, I can see the value of such a tool :)
adrianwaj|1 year ago
adrianwaj|1 year ago
jccalhoun|1 year ago
wwickey|1 year ago
yawnxyz|1 year ago
hodanli|1 year ago
areyourllySorry|1 year ago
[deleted]
thmsp|1 year ago
frizlab|1 year ago
fogleman|1 year ago
blue_coder|1 year ago
ss64|1 year ago
wwickey|1 year ago
Brysonbw|1 year ago
# Feedback
- Maybe add a way for a user to modify/adjust layout of search bars. For example view them in a row or grid versus single column
- Delete a search bar from the list versus replacing it with another search bar. For example, I may just want to see github and google only. But can always add more from the 'more' dropdown menu. Basically adding an 'X' to the left of the search bar
Once again, smooth app
wwickey|1 year ago
I'm going to incorporate this and some of the other feedback in the comments.
Very helpful. Appreciate the suggestions, all.