-
released this
2026-02-05 19:32:17 +00:00 | 24 commits to main since this releaseTerminal Layout Sync CLI v1.0.0
A CLI tool for developers to save, restore, and sync terminal workspace layouts across machines.
Features
- Save current terminal layout to config file
- Restore layout to existing/new terminal session
- Cross-platform support (macOS, Linux)
- Import/export layouts as JSON
- Sync layouts between machines via git/dotfiles
- Template system for common setups (dev, debug, prod)
Commands
save- Save current terminal layoutrestore- Restore a saved layoutlist- List all saved layoutsimport/export- Import/export layouts as JSONsync- Sync layouts with git repositorytemplate- Manage layout templates
Supported Terminals
- tmux (Linux/macOS)
- screen (Linux)
- iTerm2 (macOS)
Downloads