Daniel Schoepe
02eed22659
Only use search history for completion in X.A.Search
2009-09-20 22:14:55 +00:00
gwern0
d38696bcd5
XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :!
2009-08-08 00:22:24 +00:00
gwern0
bf398ff356
XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOf
2009-08-08 00:21:20 +00:00
gwern0
41a63a5743
XMonad.Actions.Search: +wikt
2009-08-08 00:06:22 +00:00
Brent Yorgey
a6c4f7659a
X.A.Search: use the new canonical package URL for hackage search
2009-06-29 19:24:55 +00:00
Brent Yorgey
6bd66b885a
X.A.Search: add Google "I'm feeling lucky" search
2009-06-25 17:37:51 +00:00
Adam Vogt
0cb6ac2910
Use -fwarn-tabs for test, remove tabs
2009-06-24 04:38:31 +00:00
gwern0
10c984ce44
update callers of safeSpawn
2009-06-22 20:14:23 +00:00
Brent Yorgey
451ced82d9
X.A.Search: add Wolfram|Alpha search
2009-05-25 01:04:19 +00:00
gwern0
3c0f793e4a
XMonad.Actions.Search: fix whitespace & tabs
2009-01-29 02:52:46 +00:00
Michal Trybus
794f70fb04
xmonad-action-search-intelligent-searchengines
...
Changed the XMonad.Action.Search to use a function instead of String to prepare the search URL.Added a few useful functions used to connect many search engines together and do intelligent prefixed searches (more doc in haddock)The API has not changed with the only exception of search function, which now accepts a function instead of String.
2009-01-28 10:19:38 +00:00
gwern0
42692986e6
hlintify XUtils, XSelection, Search, WindowGo
2008-12-20 15:33:02 +00:00
sean.escriva
7749dc92d5
documentation: XMonad.Util.Search.hs, add EZConfig keybindings example
2008-11-06 17:17:07 +00:00
gwern0
1e30ffe2c6
Search.hs: +hackage search, courtesy of byorgey
2008-10-31 21:49:37 +00:00
intrigeri
9d409b6b3d
Actions.Search: add a few search engines
...
Add Debian {package, bug, tracking system} search engines, as well as Google
Images and isohunt.
2008-10-08 10:40:33 +00:00
brian
23588c09ae
adding thesaurus.reference.com and Google Labs Code Search searches
2008-07-01 09:01:42 +00:00
Brent Yorgey
6530f28720
Actions/Search.hs: export SearchEngine constructor
2008-06-20 21:20:16 +00:00
gwern0
7b81a45619
Actions.Search.hs: switch inappropriate use of getShellCompl for a historyCompletion
...
It's inappropriate because if I am searching Wikipedia, say, why on earth do I want completion of files and executables on my PC? A previous search query is much more likely to be what I want.
2008-06-07 07:13:31 +00:00
gwern0
12e54671a5
revamp Search.hs to export a replacement for simpleEngine
...
It's called searchEngine now, and is a wrapper around the SearchEngine type. Different type as well
2008-05-19 19:09:12 +00:00
zhen.sydow
7a3ff21b89
add site name in search prompt dialog
2008-05-18 10:13:57 +00:00
zhen.sydow
0140d63947
add youtube to search engines
2008-05-13 21:25:08 +00:00
Brent Yorgey
5d352c8bf4
Actions/Search.hs: add dictionary.com search
2008-04-02 15:05:21 +00:00
gwern0
a4fb5d127f
Search.hs: remove an argument from selectSearch and promptSearch
...
The new getBrowser function allows us to mv the old selectSearch and promptSearch aside as too-general functions, and replace them with new versions, which employ getBrowser to supply one more argument. This allows us to replace the tedious 'selectSearch google "firefox"; selectSearch yahoo "firefox"...' with shorter 'selectSearch google' and so on. One less argument.
Also, update the docs.
2008-04-01 01:39:47 +00:00
Brent Yorgey
6fd03c107c
XMonad.Actions.Search: add Google Maps search
2008-03-24 14:33:48 +00:00
gwern0
a97c325b8b
Search.hs: try to add a more descriptive type
2008-03-16 21:57:28 +00:00
gwern0
87bb590217
Search.hs: haddock fmt
...
This removes whitespace in source code snippets. Because Haddock renders quoted source code as monospaced unwrappable text, the excess whitespace meant you would have to scroll horizontally, unpleasantly.
2008-03-16 21:39:14 +00:00
Brent Yorgey
e685c5d0ff
Search.hs: haddock cleanup
2008-01-31 16:19:48 +00:00
v.dijk.bas
f2877c4f20
Added a handy tip to the documentation of XMonad.Actions.Search
...
The tip explains how to use the submap action to create a handy submap of keybindings for searching.
2008-01-31 12:26:20 +00:00
Brent Yorgey
63a63b3bd0
Search.hs: add documentation and two more search engines (MathWorld and Google Scholar)
2008-01-28 19:04:43 +00:00
Andrea Rossato
396ae4e77c
Action.Search: small haddock fixes
2008-01-13 09:26:46 +00:00
Andrea Rossato
f6723df7d8
XMonad.Actions.Search: haddock fix
2007-12-24 17:11:15 +00:00
gwern0
9e28c1ce37
Search.hs: +docs, and export simpleEngine so users can define their own
2007-12-24 04:38:28 +00:00
gwern0
7b3466d9a9
Search.hs: mv into Actions/ per IRC suggestion
2007-12-24 04:37:35 +00:00