awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·8 Aufrufe

Tmux Continuum

tmux-continuum ist ein Persistenz-Plugin und Sitzungsmanager für den Terminal-Multiplexer tmux. Es bietet Dienstprogramme zur Sicherung von Terminal-Multiplexer-Workspaces und zur automatischen Wiederherstellung von Server-Sitzungen, um den Verlust der Umgebung nach einem Neustart zu verhindern.

Das Projekt konzentriert sich auf das automatisierte Speichern und Wiederherstellen von Workspace-Layouts und Fensterzuständen. Es dient als Startup-Automator, der den tmux-Server automatisch beim Systemstart starten kann, um sicherzustellen, dass die Entwicklungsumgebung einsatzbereit ist.

Das System verwaltet den Zustand durch periodische Backups im Hintergrund und zeichnet Sitzungsmetadaten in Flat-File-Snapshots auf. Es enthält eine Statusleistenanzeige zur Verfolgung des Backup-Intervalls und einen Guard, um die Zustandsverwaltung auf eine einzelne aktive Serverinstanz zu beschränken.

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-Verlauf

Star-Verlauf für tmux-plugins/tmux-continuumStar-Verlauf für tmux-plugins/tmux-continuum

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht tmux-plugins/tmux-continuum?

tmux-continuum ist ein Persistenz-Plugin und Sitzungsmanager für den Terminal-Multiplexer tmux. Es bietet Dienstprogramme zur Sicherung von Terminal-Multiplexer-Workspaces und zur automatischen Wiederherstellung von Server-Sitzungen, um den Verlust der Umgebung nach einem Neustart zu verhindern.

Was sind die Hauptfunktionen von tmux-plugins/tmux-continuum?

Die Hauptfunktionen von tmux-plugins/tmux-continuum sind: tmux Session Managers, Terminal Multiplexers and Workspaces, State Snapshots, Continuous Background Snapshots, Workspace State Snapshots, Terminal Visual State Recovery, Periodic State Backups, Session Restoration.

Welche Open-Source-Alternativen gibt es zu tmux-plugins/tmux-continuum?

Open-Source-Alternativen zu tmux-plugins/tmux-continuum sind unter anderem: 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-Alternativen zu Tmux Continuum

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Tmux Continuum.
  • tmuxinator/tmuxinatorAvatar von tmuxinator

    tmuxinator/tmuxinator

    13,648Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,648
  • tmux-plugins/tmux-resurrectAvatar von tmux-plugins

    tmux-plugins/tmux-resurrect

    12,855Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,855
  • tmux-python/tmuxpAvatar von tmux-python

    tmux-python/tmuxp

    4,522Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,522
  • tony/tmuxpAvatar von tony

    tony/tmuxp

    4,522Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,522
  • Alle 30 Alternativen zu Tmux Continuum anzeigen→