Workspace Manager for Java (in development)
libtmux-workspace 0.0.1-alpha.12-SNAPSHOT · Source
Command reference
Every command, flag and compatibility target.
Configuration
Workspace fields, normalization and execution.
Install and load
Load a workspace on a private socket, then capture it.
Example gallery
Workspace files to start from, with their prerequisites.
Compatibility
What is implemented, and where it differs from tmuxp.
Internals
The workspace library, for building sessions from code.
Native services load and capture sessions, discover and search documents, convert formats, import configurations and run editors. Common commands, layout, environment, before scripts and diagnostics are implemented. Python shell evaluation and plugin/custom-builder loading use a checked tmuxp bridge. Human load progress supports presets, custom templates and a bounded script-output panel. Append keeps its original target session across input files.
Load a workspace from the terminalLink to section
Follow the local installation walkthrough from a
workspace-cli checkout of the
Java repository. It builds
the native command and loads a small workspace on a private socket. After
building, inspect the command without starting tmux:
$ workspace-cli/build/install/tmux-workspace/bin/tmux-workspace --helpUse detached load for the walkthrough. JSON and NDJSON output are available; choose the mode explicitly when scripting. The command/configuration reference below also documents tmuxp behavior and compatibility targets, so it is not a claim that every referenced feature works in this local implementation.
Current coverageLink to section
Python plugins and custom builders execute through the checked tmuxp bridge.
Extension append rejects documents containing before_script to preserve the
borrowed session. Complete configuration/capture coverage and full
terminal/platform acceptance remain unfinished. Progress uses the initial
terminal dimensions; it does not track resizing, and Unicode clipping is
conservative.
For the released Python workflow, use tmuxp and its Python workspace guide. It is a separate application and remains useful when a required native feature is incomplete.
Start hereLink to section
The libtmux-workspace library module remains available for applications that
build sessions through code. Internals documents that API:
- Guides show application setup and builder calls.
- Topics explain supported configuration and behavior.
- Examples exercise the library or source consumer.
- API covers the builder and configuration interfaces.
tmuxp command and configuration referenceLink to section
Use the local CLI’s help and the limits above when applying these compatibility references to native execution.
- Installation walkthrough builds and runs the local native CLI.
- Inspect through MCP connects to the loaded session.
- Command reference lists tmuxp commands, flags and compatibility targets.
- Configuration covers fields, normalization and execution.
- Example gallery includes upstream fixtures and prerequisites.
- Compatibility status records builder/reference gaps.
- JSON, NDJSON, and color describes the shared output design.