TabbySpaces - visual workspace editor for Tabby terminal

Published: (January 3, 2026 at 09:02 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

Overview

If you use Tabby with split layouts, you probably edit YAML by hand every time you want a new workspace. TabbySpaces lets you design workspaces visually, eliminating that repetitive task.

Features

  • Split panes with a click
  • Set profile, working directory, and startup command per pane
  • Launch from the toolbar

Built entirely with Claude Code (Opus 4.5) in about 6 hours across 20 sessions (~1700 lines of Angular/TypeScript). No npm dependency hell, no Angular config nightmares – it just worked.

Screenshots

Workspace editor

Pane editor

Installation

Install from Tabby’s plugin manager (search for tabbyspaces) or run:

npm install tabby-tabbyspaces

You can also clone or fork the GitHub repository and install it manually – this will work 100 %.

If you encounter installation problems, please leave a comment or open an issue.

Repository

GitHub:

Back to Blog

Related posts

Read more »

Anguar Tips #4

Introduction Some tips for working with Angular – from a frontend developer Part 4. These tips assume you already have experience with Angular, so we won’t div...