tmux
Use tmux to create persistent shell sessions for long-running tasks.
Examples:
code
tmux new -s rustclaw # run long task # detach with Ctrl-b then d tmux ls tmux attach -t rustclaw
使用 tmux 实现持久化的 Shell 会话。
--- frontmattername: tmux
description: Use tmux for persistent shell sessions.
metadata: '{"requires": {"bins": ["tmux"]}}'Use tmux to create persistent shell sessions for long-running tasks.
Examples:
tmux new -s rustclaw # run long task # detach with Ctrl-b then d tmux ls tmux attach -t rustclaw