Skip to content

A Tabby plugin that allows you to create custom workspace profiles.

Notifications You must be signed in to change notification settings

composer404/tabby-workspace-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 1, 2022
735e332 · Jul 1, 2022

History

13 Commits
Nov 11, 2021
Nov 17, 2021
Nov 17, 2021
Nov 11, 2021
Nov 11, 2021
Nov 11, 2021
Nov 11, 2021
Nov 11, 2021
Nov 11, 2021
Nov 17, 2021
Nov 17, 2021
Jul 1, 2022
Nov 11, 2021
Nov 11, 2021

Repository files navigation

Tabby Workspace Manager

A Tabby plugin that allows you to create multiple workspace profiles. Each profile has its own .yaml config in which you can customize the workspace. Additionally, it is possible to select a workspace profile that will be run at the terminal startup and setting hotkeys for first five profiles.

Table of contents

Getting Started

Last release of a plugin is available directly in Tabby's plugin tab

General

The plugin adds a new tab in Tabby's settings. It is possible to add, delete and edit workspace profiles here. Additionally, you can add a default profile and enable it on the terminal startup (upper right corner). In the hotkeys tab, it is possible to set keyboard shortcuts for the first five workspace profiles.

The config contains a list of tabs and its attributes:

  • Title
  • Color
  • Profile (by default selected the first available one)
  • List of commands after tab is open
*all the attributes are optional


Example workspace config

    - title: Example Title 1
      color: '#03fccf'
      profile: CMD (clink)
      commands:
         - ls
         - cd ..
    - title: Example Title 2
      color: '#fc036b'
      profile: 1
    - title: Example Title 3
      color: '#302a57'