tmuxp freeze#
Freeze sessions
$ tmuxp freeze
$ tmuxp freeze [session_name]
$ tmuxp freeze --force [session_name]
You can save the state of your tmux session by freezing it.
Tmuxp will offer to save your session state to .json
or .yaml
.
If no session is specified, it will default to the attached session.
If the --force
argument is passed, it will overwrite any existing config file with the same name.
tmuxp freeze#
Snapshot a session into a config.
If SESSION_NAME is provided, snapshot that session. Otherwise, use the current session.
tmuxp freeze [OPTIONS] [SESSION_NAME]
Options
- -S <socket_path>#
pass-through for tmux -S
- -L <socket_name>#
pass-through for tmux -L
- -f, --config-format <config_format>#
format to save in
- Options:
yaml | json
- -o, --save-to <save_to>#
file to save to
- -y, --yes#
Don’t prompt for confirmation
- -q, --quiet#
Don’t prompt for confirmation
- --force#
overwrite the config file
Arguments
- SESSION_NAME#
Optional argument