tmux-continuum
tmux-continuum copied to clipboard
Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.
Per the discussion on [this issue](https://github.com/tmux-plugins/tmux-continuum/issues/8) this commit adds the functionality to delete old tmux-continuum saves. This code doesn't change the default behaviour of continuum, but for those users who...
Hello everyone. I have successfully setup tmux-plugins using byobu and see that stuff are working. However, when I try to setup a [custom notification](https://help.ubuntu.com/community/Byobu#Custom_Status_Notifications), I get: Notification Setup: ``` me@server:~/.byobu/bin$...
1) There can be other scripts whose name starts with tmux for eg tmux-mem-cpu-load, because of this the number_tmux_processes_except_current_server returned 2 even though there was only 1 server(which it excludes)...
Please see the setup below - this used to work fine until I enabled tmux-continuum - would it break this use case of connecting to tmux after ssh-ing? From MachineA:...
root@DD-WRT:/opt/share# grive Reading local directories exception: /media/ware/Entware-ng.2016.07/build_dir/target-arm_cortex-a9_glibc-2.23_eabi/grive2-0.5-20160114/libgrive/src/util/OS.cc(57): Throw in function void gr::os::Stat(const string&, gr::DateTime_, off_t_, bool_) Dynamic exception type: boost::exception_detail::clone_implgr::os::Error [gr::expt::BacktraceTag_] = #0 0x9f3cc grive gr::os::Error::Error() #1 0x9f1b0 grive gr::os::Stat(std::string...
Hey man! The good news is that the following now works ``` ~/.tmux/tmux-continuum/scripts/continuum_restore.sh ``` The bad news is that tmux is starting when I restart my computer but still isn't...
1. # 18 fixed by testing files existance and creating if missing 2. fixed issue with output of some commands if tmux invoked directly by systemd
On Ubuntu 14.04, I'm starting Tmux with the following [upstart](http://upstart.ubuntu.com/) script at `/etc/init/start-tmux.conf`: ``` upstart description "Start Tmux" start on runlevel [2345] script su myuser -c "tmux new-session -d -s...
It's good to save all tmux environment files in ~/.tmux/resurrect/ directory. but for people like me who only need the last one file, saving other files maybe not useful. Can...
Started with adding tmux-continuum run at startup support for linux OSes. Given the diversity of linuxes, a larger effort will be required in getting a fully supported implementation working. As...