GitXplorerGitXplorer
k

tab-switcher

public
447 stars
29 forks
17 issues

Commits

List of commits on branch master.
Unverified
30615355ae25eab1b798f0c35032f361d8a92802

some refactorings to methods

committed 8 years ago
Unverified
28af577ea66972f5dc29fbd1664490aede40512d

Implemented reappending the tab switcher if the element is not found

committed 8 years ago
Unverified
c47aba427c14155cfe92c8dde10e0f6be1381458

Update README.md

kkamranahmedse committed 8 years ago
Unverified
88fba3e4b93870474641ec1d083215098401f9c9

Update roadmap

kkamranahmedse committed 8 years ago
Unverified
5d42fc6038d55056053944e44b4c4f113b1e6153

Add demo

kkamranahmedse committed 8 years ago
Unverified
5b67df943c3f215e0020b938574a01307b2b510f

Add gif

kkamranahmedse committed 8 years ago

README

The README file for this repository.

Switch between the opened tabs in the blink of an eye. Check Demo

Preface

While you are working on something, number of opened tabs can quickly grow out of hand and when that happens trying to find the relevant tab can easily waste a few seconds of your time; and without any doubt every second that harms your productivity counts. TabSwitcher tries to fix this.

Features

  • Apply fuzzy filter over the opened tabs
  • Swiftly switch between the tabs
  • Close any irrelevant tabs during the filter
  • Leave your mouse alone; extension has shortcut for activation, switching tabs, closing them etc

Installation

No setup required. Install it directly from the Chrome Webstore

Usage

Follow the instructions below

  • Press COMMAND+SHIFT+K or CTRL+SHIFT+K to activate and start typing the keywords to filter tabs

Use command+shift+k or ctrl+shift+k

  • Use Enter key or mouse click to jump to tab
  • Press ; semicolon key to close the selected tab

Note

  • After installing, you will have to refresh the already opened tabs
  • Chrome doesn't allow it on the New Tab or Chrome Web Store pages

Roadmap

  • [x] Activation by shortcut
  • [x] Fuzzy search for tabs
  • [x] Closing tabs
  • [x] Switching tab
  • [ ] Ditch jQuery, use plain Javascript plus ES6 with babel
  • [ ] Close filtered tabs
  • [ ] Pin/Unpin selected tab using shortcut
  • [ ] Save current session/selective tabs with name e.g. type >save Session Name to save current session and then >sessions to list all the sessions and restore any sessions
  • [ ] Options page, themes and modify shortcuts
  • [ ] Tweet any tab using shortcut

Contribution

  • Fork, enhance, create PR
  • Lock issues with any bugs or feature requests
  • Implement something from the roadmap
  • Spread the word

License

MIT © Kamran Ahmed