Persists tmux environment across system restarts
Restore tmux environment after system restart.
Tmux is great, except when you have to restart the computer. You lose all the running programs, working directories, pane layouts etc. There are helpful management tools out there, but they require initial configuration and continuous updates as your workflow evolves or you start new projects.
tmux-resurrect saves all the little details from your tmux environment so it can be completely restored after a system restart (or when you feel like it). No configuration is required. You should feel like you never quit tmux.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout utilities/tmux-resurrect && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
tmux-resurrect-2.4.0.tar.gz | 0000215955 211 KB | |
tmux-resurrect.changes | 0000000954 954 Bytes | |
tmux-resurrect.spec | 0000003357 3.28 KB |
Comments 2
Have you checked the 4 year old package from Martin Dow?
Think you'll need this Requires: tmux >= 1.9 Requires: expect
Martin Dows spec file https://build.opensuse.org/package/view_file/home:twotaps:tmux/tmux-resurrect/tmux-resurrect.spec?expand=1
Hi aggplanta,
yes, I did, but I wouldn't like to maintain that specfile. I prefer in general to separate the prep, build and the install parts in Makefiles. So I can maintain the code from git instead of in OBS.
About the requires I was not sure, but, I will add it, thanks!