tmux-tui 1.3.1 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,6 +15,17 @@ Interactive terminal UI for managing tmux sessions. Browse, create, rename, deta
15
15
  - **Works everywhere** — runs inside or outside tmux (auto-detects and uses `switch-client` or `attach-session`)
16
16
  - **`init` command** — register the current directory as a new tmux session in one step
17
17
 
18
+ ## Session persistence
19
+
20
+ tmux sessions live in the `tmux server` process memory. **Rebooting your machine kills the server and wipes every session** — this is a tmux behavior, not something tmuxtui can fix on its own (tmuxtui only persists your favorites list at `~/.config/tmuxtui/favorites.json`).
21
+
22
+ If you want sessions, windows, panes, and even some running programs to survive reboots, install the community-standard pair:
23
+
24
+ - [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect) — manual save/restore of the full session tree
25
+ - [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum) — automatic periodic save and auto-restore on tmux start
26
+
27
+ tmuxtui works seamlessly alongside both — they snapshot tmux's state to disk; tmuxtui reads whatever state the server currently has.
28
+
18
29
  ## Requirements
19
30
 
20
31
  - Node.js >= 18