awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tmux-plugins avatar

tmux-plugins/tmux-continuum

0
View on GitHub↗
3,981 stars·194 forks·Shell·MIT·14 views

Tmux Continuum

tmux-continuum is a tmux plugin that serves as a session persistence manager. It automatically saves and restores terminal multiplexer sessions and layouts to prevent environment loss.

The tool functions as a state snapshot utility, creating periodic flat-file backups of session metadata and window configurations in the background. It also acts as a workspace automator that can launch the tmux server on system boot and restore the previous environment state.

The project includes capabilities for continuous environment backup, automatic session restoration, and status-bar monitoring to track backup cycles. It also incorporates a single-instance server guard to restrict backup and restoration operations to one active server process.

Features

  • tmux Session Managers - Automatically saves and restores tmux terminal layouts and window states to prevent environment loss.
  • Terminal Multiplexers and Workspaces - Launches the tmux server on system boot and restores the previous workspace state.
  • State Snapshots - Creates periodic flat-file backups of terminal session metadata and window configurations.
  • Continuous Background Snapshots - A background process that saves the current state of the server at regular intervals to ensure persistence without interrupting active workflows.
  • Workspace State Snapshots - Records workspace layouts and session metadata into plain text files to persist environment states across restarts.
  • Terminal Visual State Recovery - Continuously backs up tmux configurations to reconstruct the exact workspace state and window layouts from a previous session.
  • Periodic State Backups - Saves the current server state at regular time intervals using a background process to ensure data persistence.
  • Session Restoration - Reloads the most recently saved environment immediately upon startup to recover the previous workspace state.
  • tmux Plugins - Extends the tmux terminal multiplexer with specialized session persistence functionality through shell scripts.
  • Boot-Time Automation - Configures the tmux server to launch automatically upon system boot to ensure a development environment is ready immediately.
  • Boot-Time Process Automation - Provides mechanisms to ensure the tmux server starts automatically during the operating system boot sequence.
  • General Plugins - Continuous environment saving and restoration.

Star history

Star history chart for tmux-plugins/tmux-continuumStar history chart for tmux-plugins/tmux-continuum

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does tmux-plugins/tmux-continuum do?

tmux-continuum is a tmux plugin that serves as a session persistence manager. It automatically saves and restores terminal multiplexer sessions and layouts to prevent environment loss.

What are the main features of tmux-plugins/tmux-continuum?

The main features of tmux-plugins/tmux-continuum are: tmux Session Managers, Terminal Multiplexers and Workspaces, State Snapshots, Continuous Background Snapshots, Workspace State Snapshots, Terminal Visual State Recovery, Periodic State Backups, Session Restoration.

What are some open-source alternatives to tmux-plugins/tmux-continuum?

Open-source alternatives to tmux-plugins/tmux-continuum include: tmuxinator/tmuxinator — Tmuxinator is a configuration-driven session manager and workspace automation tool for tmux. It acts as a terminal… tmux-plugins/tmux-resurrect — tmux-resurrect is a terminal workspace persister and session manager implemented as a plugin for the tmux terminal… tmux-python/tmuxp — tmuxp is a tmux session manager and declarative workspace orchestrator that automates the creation and organization of… tony/tmuxp — tmuxp is a session manager and workspace automator for tmux. It allows for the creation, saving, and restoration of… thoughtbot/dotfiles — This project is a collection of configuration files designed to standardize the behavior and appearance of Zsh, Vim,… square/maximum-awesome — This project is a terminal development environment consisting of a shared configuration set for the Vim editor and the…

Open-source alternatives to Tmux Continuum

Similar open-source projects, ranked by how many features they share with Tmux Continuum.
  • tmuxinator/tmuxinatortmuxinator avatar

    tmuxinator/tmuxinator

    13,648View on GitHub↗

    Tmuxinator is a configuration-driven session manager and workspace automation tool for tmux. It acts as a terminal multiplexer orchestrator that translates structured project definitions into shell commands to define and launch complex window and pane layouts. The project distinguishes itself through declarative configuration and lifecycle management. It utilizes YAML-based mapping and template-based variable injection to create reusable session configurations, while providing hook-based execution to trigger custom scripts during startup, restart, or shutdown. Its broader capabilities includ

    Ruby
    View on GitHub↗13,648
  • tmux-plugins/tmux-resurrecttmux-plugins avatar

    tmux-plugins/tmux-resurrect

    12,855View on GitHub↗

    tmux-resurrect is a terminal workspace persister and session manager implemented as a plugin for the tmux terminal multiplexer. It captures and stores the state of active sessions, window layouts, and working directories to maintain a workspace across system restarts. The utility distinguishes itself by recovering more than just layouts, offering the ability to relaunch specific programs via configurable lists and persisting the state of open files and cursor positions in text editors. It also captures visible pane text and provides timestamped snapshot versioning to revert the workspace to a

    Shell
    View on GitHub↗12,855
  • tmux-python/tmuxptmux-python avatar

    tmux-python/tmuxp

    4,522View on GitHub↗

    tmuxp is a tmux session manager and declarative workspace orchestrator that automates the creation and organization of sessions, windows, and panes. It functions as a libtmux automation wrapper, allowing users to define complex terminal layouts and initial shell commands using YAML or JSON configuration files. The project distinguishes itself as a terminal layout snapshot tool capable of capturing the state of a running session and saving it as a reproducible configuration. It further supports terminal workflow automation by executing bootstrap tasks and startup scripts to prepare environment

    Pythonclicli-utilitiesjson
    View on GitHub↗4,522
  • tony/tmuxptony avatar

    tony/tmuxp

    4,522View on GitHub↗

    tmuxp is a session manager and workspace automator for tmux. It allows for the creation, saving, and restoration of terminal session layouts using YAML or JSON configuration files, serving as a programmatic layer built on libtmux. The project distinguishes itself by acting as both a workspace generator and a layout exporter. It can instantiate live environments from structured definitions and conversely capture the state of active sessions to save them as portable configuration files. It further supports extensibility through a plugin framework and custom builder logic to modify session lifec

    Python
    View on GitHub↗4,522
  • See all 30 alternatives to Tmux Continuum→