An open API service indexing awesome lists of open source software.

https://github.com/clearcodehq/ecosia-navigator


https://github.com/clearcodehq/ecosia-navigator

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Ecosia Navigator

Browser extension that adds keyboard shortcuts to [Ecosia](https://ecosia.org) search.

Inspired by [Web Search Navigator](https://github.com/infokiller/web-search-navigator)

## Installation

1. Clone repository.
1. Run `yarn build`.
1. Go to extensions page in Chrome (URL: `chrome://extensions`).
1. Enable developer mode if needed.
1. Click "Load Unpacked" and select the `build/ecosia-navigator` directory.

## Keybindings

_Note: All shortcuts can be customized to your liking via options._

* `↓`/`j`: Select next search result
* `↑`/`k`: Select previous previous result
* `/`/`Escape`: Focus on input search box
* `Enter`/`Space`: Navigate to selected result
* `Ctrl+Enter`/`⌘+Enter`/`Ctrl+Space`: Open selected result in background tab
* `Ctrl+Shift+Enter`/`⌘+Shift+Enter`/`Ctrl+Shift+Space`: Open selected result in new window/tab
* `←`/`h`: Navigate to previous search result page
* `→`/`l`: Navigate to next search result page