Skip to content

Galacsh/quick-cast

Repository files navigation

Quick Cast

Quick Cast is a Chrome extension that allows you to quickly control your tabs, bookmarks and histories. Inspired by Raycast, a productivity tool for macOS, I tried to make a similar tool for Chrome.

After installing the extension, you can open the extension's popup by pressing:

  • Ctrl+Shift+P on Windows
  • Cmd+Shift+P on macOS.

Then you can type commands to control your tabs, bookmarks and histories.

Features

Once you open the popup, you can select a command:

Popup page

Section Command Available actions Action shortcut
Tab Manage Tabs Switch to a tab Enter
Toggle bookmark Ctrl(Cmd) + B
Toggle pin Ctrl(Cmd) + `
(Reorder) Move tab up Ctrl(Cmd) + Shift + ↑
(Reorder) Move tab down Ctrl(Cmd) + Shift + ↓
(Reorder) Move tab top Ctrl(Cmd) + Shift + ←
(Reorder) Move tab bottom Ctrl(Cmd) + Shift + →
Move to a tab group Ctrl(Cmd) + G
Close a tab Ctrl(Cmd) + D
Create a new tab Ctrl(Cmd) + T
Manage Tab Groups Toggle collapse Enter
Close a tab group Ctrl(Cmd) + D
Edit group name Ctrl(Cmd) + E
Ungroup tabs from a group Ctrl(Cmd) + R
Create Tab Group Submit Enter
Bookmark Manage Bookmarks Open a bookmark Enter
Open a bookmark in a tab group Ctrl(Cmd) + Enter
Edit a bookmark Ctrl(Cmd) + E
Delete a bookmark Ctrl(Cmd) + D
Move to a bookmark folder Ctrl(Cmd) + M
(Reorder) Move bookmark up Ctrl(Cmd) + Shift + ↑
(Reorder) Move bookmark down Ctrl(Cmd) + Shift + ↓
(Reorder) Move bookmark top Ctrl(Cmd) + Shift + ←
(Reorder) Move bookmark bottom Ctrl(Cmd) + Shift + →
Create Bookmark Submit Enter
Manage Bookmark Folders Open a bookmark folder Enter
Open a bookmark folder in a tab group Ctrl(Cmd) + Enter
Open a bookmark folder in a new tab group Ctrl(Cmd) + G
Move a folder to another folder Ctrl(Cmd) + M
Edit bookmark folder name Ctrl(Cmd) + E
Delete a bookmark folder Ctrl(Cmd) + D
Create Bookmark Folder Submit Enter
Open Bookmarks Page - -
History Manage Histories Open a history Enter
Open a history in a tab group Ctrl(Cmd) + Enter
Delete a history Ctrl(Cmd) + D
Open History Page - -
Quick Cast Reload Quick Cast - -
Open Options Page - -

Options Page

You can customize the extension's behavior by going to the options page:

  • Extensions page -> Quick Cast -> Details -> Extension options
  • Right-click on the extension icon -> Extension Options
  • Ctrl(Cmd) + Shift + P -> Open Options Page

Currently, you can customize:

  • Theme: Light / Dark / System

Roadmap

Commands & Actions

Tab

  • Select a bookmark folder when toggling bookmark (version: -)
  • Move a tab to another window (version: -)

Tab Group

  • Merge tab groups (version: -)
  • Move a tab group to another window (version: -)
  • Extract some tabs to a new tab group (version: -)
  • Create Tab Group command (version: 0.0.3)

Bookmark

  • Create Bookmark command (version: 0.0.3)
  • Create Bookmark Folder command (version: 0.0.3)

Options Page

Commands & Actions

  • Hide or show commands (version: -)
  • Customize action shortcuts (version: -)

Code refactoring

  • Reduce duplicated code (version: -)
  • Better error handling (version: -)

Documentation

  • Write a guide for developers (version: -)

About

Chrome extension that allows you to quickly control your tabs, bookmarks and histories. Inspired by Raycast.

Topics

Resources

License

Stars

Watchers

Forks