Hacker News new | ask | show | jobs
by pfranz 1848 days ago
I have a few suggestions:

- Dash, the macOS app for language and library documentation is really nice. This is the first thing I go for.

- Chrome notices when you visit a page with a "Search" box. Next time you start typing python.org you can press tab to search the domain. I wish Firefox had this.

- AFAIK, Firefox's version of this is to RMB on a search box (for example on python.org's main page) and "Add a Keyword for this Search..." Set it to something like "py" and you can now type "py http" and it would search Python.org for "http"

- I honestly get better results from DuckDuckGo for stuff like this. Even better, they have bang! shortcuts. "subprocess !py2" will search Python.org's Python2 documentation for "subprocess" https://duckduckgo.com/bang

1 comments

Those bangs look great. Really useful to know.