Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crestonbunch/ff-ctrl-e

Ctrl+E shortcut for searching open tabs in Firefox
https://github.com/crestonbunch/ff-ctrl-e

Last synced: 12 days ago
JSON representation

Ctrl+E shortcut for searching open tabs in Firefox

Awesome Lists containing this project

README

        

# Ctrl+E

A browser extension to switch between tabs using the keyboard shortcut
Ctrl+E. Designed to make browser navigation easier with the keyboard.
Inspired by [Ctrl+P](https://github.com/kien/ctrlp.vim) for Vim.
Unfortunately Ctrl+P is reserved for printing in most browsers.

## Features

Current:
* Quickly search open tabs using fuzzy matching
* Search the 1000 most recent history items

Future:
* Index entire browser history
* Better search and rankings

## Building

On a system with bash and npm, run `npm install && npm run build`

To build a zip file for publishing run `npm run release`.