Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.11 KB

Build status

gototab

Chrome extension analogous to Sublime/Atom Command Palette.

Install

  • Download build from CI server, from artifacts section.
  • Unzip archive to gototab directory.
  • Go to Chrome hamburger menu → More tools → Extensions or directly chrome://extensions
  • Check Developer mode checkbox
  • Click "Load unpacked extension..." and choose gototab directory

Usage

  • Press Cmd+Shift+K on Mac (Ctrl+Shift+K on PC) to bring up the popup
  • Type the search term
  • (Optionally) Press Up/Down to move the highlighting
  • Press Enter. The highlighted tab should become active.

To customize the shortcut, go to chrome://extensions, scroll to the bottom and click "Keyboard shortcuts".

TODO

  • Tweak colors
  • Make the popup appear in the center of the screen (?)