Skip to content

v0.0.1 (alpha)

Latest

Choose a tag to compare

@mosleyit mosleyit released this 24 Oct 16:38

Initial alpha release of Terminal State Restore

Features

  • Capture terminal state (working directory, environment variables, system info)
  • Restore saved terminal states
  • List all saved states
  • Monitor terminal state and prevent corruption
  • Shell integration for bash and zsh
  • POSIX compliant
  • Zero external dependencies

Installation

Download the tsr binary and place it in your PATH, or run:

sudo mv tsr /usr/local/bin/

Quick Start

tsr capture my-session
tsr list
tsr restore my-session

See README.md for full documentation.