Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crestonbunch/ff-ctrl-e
- Owner: crestonbunch
- License: mit
- Created: 2019-07-02T21:15:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T13:36:13.000Z (over 2 years ago)
- Last Synced: 2024-08-01T16:56:32.796Z (3 months ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 itemsFuture:
* 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`.