Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/2zqa/tab-shortcuts

Keyboard shortcuts for managing tabs.
https://github.com/2zqa/tab-shortcuts

firefox shortcuts webextension

Last synced: 6 days ago
JSON representation

Keyboard shortcuts for managing tabs.

Awesome Lists containing this project

README

        

# ![logo](https://github.com/2zqa/tab-shortcuts/assets/25235249/01599c74-37fc-4f62-8d54-178a37899ebe) Tab Shortcuts

[![Get the add-on for Firefox](https://github.com/2zqa/tab-shortcuts/assets/25235249/bdeb1c7a-3036-4b86-ac8b-6c43587df7fb)](https://addons.mozilla.org/firefox/addon/tab-shortcuts-2zqa/) [![Get the extension for Chrome and other Chromium-based browsers](https://github.com/2zqa/tab-shortcuts/assets/25235249/afe206f9-7cb4-4726-bc69-65818f76fbbf)](https://chromewebstore.google.com/detail/tab-shortcuts/jhmjdhffddkjnobmogepoljacbjacbeb)

Organize your tab management with Tab Shortcuts. Use pinning and multiple windows often? Wish there were shortcuts for managing that? Tab Shortcuts fixes that. Supports Firefox and Chromium-based browsers.

## Features

1. **Toggle Pinning:** toggle the pinned state of your selected tab or tabs with Alt+P.
2. **Tab Moving:** moves selected tab or tabs to a new window with Alt+N.

Power users: all features support multiple tabs. Select multiple tabs with Ctrl/Shift+Click.

## Contributing

If you have any ideas for new features or improvements, feel free to open an issue or a pull request. To set up the project locally, follow the instructions described in [Development](#development).

> [!NOTE]
> There is no `manifest.json` file. If you want to make changes, see the `manifest_*.json` files. During development there is a temporary manifest file that is generated by the build process, but this file SHOULD NOT be edited.

## Getting started

### Prerequisites

- [web-ext](https://github.com/mozilla/web-ext)

### Running locally

Run `make run/firefox-desktop` or `make run/chromium` to start the extension in a new browser window.

### Building

Run `make`. This will generate zip files for each supported browser in the `web-ext-artifacts` directory.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.