atom-search
atom-search copied to clipboard
Open searches for various sites in your default browser from Atom.
bump minor revision fixes #16 , fixes #15, fixes #10 see also https://github.com/atom/atom.io/issues/191
The Atom.io URL of this "search" package isn't working: https://atom.io/packages/search ...It seems to go to the Search Packages page instead... I also tweeted this to @AtomEditor
> apm install search ``` Installing search to /home/user/.atom/packages TypeError: Cannot read property 'latest' of undefined at /usr/share/atom/resources/app/apm/lib/install.js:341:28 at Request._callback (/usr/share/atom/resources/app/apm/lib/request.js:59:22) at Request.self.callback (/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/request.js:344:22) at Request.emit (events.js:98:17) at Request. (/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/request.js:1239:14)...
``` Installing “[email protected]” failed.Hide output… TypeError: Cannot read property 'latest' of undefined at /Applications/Atom.app/Contents/Resources/app/apm/lib/install.js:285:28 at Request._callback (/Applications/Atom.app/Contents/Resources/app/apm/lib/request.js:59:22) at Request.self.callback (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/request/request.js:198:22) at Request.emit (events.js:98:17) at Request. (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/request/request.js:1057:14) at Request.emit (events.js:117:20) at...
Happens immediately at startup. **Atom Version**: 1.0.0 **System**: Mac OS X 10.10.3 **Thrown From**: [search](https://github.com/jbranchaud/atom-search) package, v0.5.0 ### Stack Trace Failed to activate the search package ``` At Cannot read...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 0.174.0 **System**: Mac OS X 10.10.2 **Thrown From**: [Search](https://github.com/jbranchaud/atom-search) package, v0.4.0 ### Stack Trace Uncaught TypeError: undefined is not...
Unfortunately, I do not have a Mac and cannot verify this works at the current moment. If you would like to reject this request until I've verified it works properly...
Atom Editor has the `cmd-k` key-chord which combines with a number of different keys to do different actions. Search could employ the same technique with, say `ctrl-s`, followed by keys...
Right now the keybinding for search defaults to a Google search, but it would be better if users could configure their default search site (whatever that might be).
Reddit is popular, right? Should I add support for searching with Reddit?