Tabctl Vicinae
January 3, 2026 ยท View on GitHub
A Vicinae extension to control your browser tabs, using Tabctl
Preview

Features
- List currently open tabs in Chrome, Brave or Firefox.
- Activitate a tab (focus)
- Close a tab.
Getting Started
Pre Requsiites
Before using this extension, please ensure Tabctl is correctly installed and configured. You should be able to run tabctl list from the terminal and see the list of open tabs.
Install
git clone https://github.com/slastra/vicinae-tabctl.git
cd vicinae-tabctl
npm install
npm run build
The extension should be installed in Vicinae's extension directory.
Usage
Extension Preferences
Before using the extension, make sure to configure the following preferences:
- Tabctl Executable: The path to the
tabctlexecutable. You can find it by runningwhich tabctlin your terminal. By default, it is set to/usr/local/bin/tabctl.
Development
npm install
To run the extension in development mode, use:
npm run dev
To build the extension for production, use:
npm run build
Acknowledgements
Tabs icons created by HideMaru - Flaticon