A Vicinae extension to control your browser tabs, using Tabctl
- List currently open tabs in Chrome, Brave or Firefox.
- Activitate a tab (focus)
- Close a tab.
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.
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.
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.
npm installTo run the extension in development mode, use:
npm run devTo build the extension for production, use:
npm run buildTabs icons created by HideMaru - Flaticon
