-
Notifications
You must be signed in to change notification settings - Fork 53
External contributions
g4jc edited this page Jul 10, 2014
·
1 revision
-
Seeks Android Application
- A configurable search application for Android.
-
Seeks YUI
- JavaScript Library for Seeks
- Dynamic standalone UI using jquery
- Let me seeks that for you
- Supybot IRC seeks search plugin
- Irssi script
- WeeChat script
- Firefox extension
- 1-key search via Vimperator
- (assuming Seeks is your default search engine)
map l :js liberator.open(buffer.getCurrentWord());<CR>
then select the text you want to look-up (e.g. via /text) and press "l" - make sure to save it in the configuration file to have the bind after restarting Firefox
- one can do the same for videos with v, images, etc... or restrict to his own website and it makes browsing very fast
- to make it work with Pentadactyl use the dactyl keyword
- (assuming Seeks is your default search engine)
-
Popcorn
- Seeks Plugin for Popcorn Seeks
- maintain pipe an error msg to the browser
- (assuming Seeks is your default search engine)
my_failing_cmd 2>&1 > /dev/null | xargs | sed "s/.*/'\0'/" | xargs firefox -new-tab -search
- note that firefox has to be visible to avoid creating the new tab in a new window
- note that on Debian-based system
sensible-browser
can be used, assuming that -search is also supported by other browsers
- (assuming Seeks is your default search engine)