Releases: mosleyit/terminal-state-restore
Releases · mosleyit/terminal-state-restore
Release list
v0.0.1 (alpha)
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-sessionSee README.md for full documentation.