aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Search.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Search.hs: mv into Actions/ per IRC suggestiongwern02007-12-241-101/+0
| | | | darcs-hash:20071224043735-f7719-8590b54e3ee001be953ae37a0177370fbe2d6cfa.gz
* Search.hs: add hoogleBrent Yorgey2007-12-221-2/+4
| | | | darcs-hash:20071222184912-bd4d7-e7bd40a137ab360c88a92b64f413536a699294c1.gz
* Refactor Search.hsSpencer Janssen2007-12-221-43/+29
| | | | darcs-hash:20071222044714-a5988-0c4a07c1f51845086668bf5536fb6f365e204441.gz
* Search.hs: +imdb & amazon engines for unk_redgwern02007-12-221-3/+11
| | | | darcs-hash:20071222035837-f7719-b8095cedd1787f569dca705228ee2827fd66f028.gz
* Search.hs: cleanup and refactorgwern02007-12-201-29/+31
| | | | darcs-hash:20071220174001-f7719-3e10f70144f41e02c0e51b434c561c0a366a49dc.gz
* Util/Search.hs: a few updates/fixesBrent Yorgey2007-12-171-3/+6
| | | | | | | | * fix shadowing warning (ghc 6.8.2 complains) * export a few more of the functions * re-de-obfuscate generated URLs by not escaping alphanumerics or punct. darcs-hash:20071217222930-bd4d7-6b3809c471754bb03ad6f3658f9e8c7c7d2865a2.gz
* Util.Search: import escapeURIString, and fall back on the ugly const false ↵gwern02007-12-151-4/+26
| | | | | | hack to avoid copy-pasting even more darcs-hash:20071215211638-f7719-8d0d1d832a8a4c1f059e043e6beb2d4834bfde8f.gz
* Remove network dependency, potentially breaking XMonad.Util.SearchSpencer Janssen2007-12-151-3/+1
| | | | darcs-hash:20071214231859-a5988-d1a859a979fb4f07d068a4688abb48d54966f1f9.gz
* Search.hs: fix shadowing warning and haddock errorsBrent Yorgey2007-12-141-2/+4
| | | | darcs-hash:20071214163119-bd4d7-1307134ac9e109a8912985e25c060474c1722a52.gz
* +XMonad.Util.Search: new modulegwern02007-12-131-0/+78
This module is intended to provide helpful functions for easily running web searchs; just hit a bound key, enter your query, and up opens a new tab/browser/window with the search results. In theory anyway; the Wikipedia and Google ones work fine for me, but the Internet Archive's docs on how to do don't necessarily seem to be correct. If you were, like me, previously running shell commands to call Surfraw or similar shell scripts to do the same thing, you can now scrap them and replace them. There aren't too many search engines defined here; new ones would be good, and they're easy to add! darcs-hash:20071213205159-f7719-a0c0378f1e82af4c0b7126382ef1375fbb607dfc.gz