tmux-resurrect
tmux-resurrect copied to clipboard
Persists tmux environment across system restarts.
The default save directory changed from ~/.tmux/resurrect to ~/.local/share/tmux/resurrect in dd36a45, but the documentation was not updated. This commit updates docs/save_dir.md to document the current behavior including XDG_DATA_HOME support and...
I have multi sessions that want to save, but when I do prefix + crl+r, I found just one restored. How could save both of them, and is there any...
This is targeting the history file, but works for files or directories. Undying fame and adulation for whoever makes this file saving approach into a baseline feature of tmux-resurrect with...
Small change to create the resurrect folder if it doesn't exist. Without this, the resurrect folder might get created in a folder the user doesn't expect. Ex: for me on...
- that white line on every prompt (readline) is added when i resurrect. if I hit enter to have a new prompt the terminal behaves correctly without that white line...
I'm using an external hard drive as home directory. I named this Volume as "El Gato", that space breaks the function to restore the session with and error that can't...
Hello! For some reason, tmux-resurrect will often create a new tmux_resurrect file immediately upon startup and update the last symlink point to that new file. To fix this, I have...
### Summary The existing linux_procfs.sh save-command strategy expands shell globs (e.g. *, ?) before tmux-resurrect records them. This PR introduces a new strategy based on Zsh’s preexec hook, capturing the...