Description
This is a feature request, not a problem with an existing feature.
I personally love tmux
with tmuxp
- I have a session running with neovim and some shells running project specific processes at all time for each project I am working on in general, backed by a tmuxp config for each of them.
If I ever reboot, my first command is
$ tmuxp load -d project otherproject thirdproject fourthproject
As the projects I am working on change reasonably frequently, this command does as well. Currently, I manage it with an alias
alias txpla="tmuxp load -r project otherproject thirdproject fourthproject"
It would be really cool, if I could just do
$ tmuxp load -d *
or something similar to tell tmuxp
to load all session files in my config folder. That would allow me to manage that in one place just with the files.
If I get pointers which rough part of the project is responsible for the matching, I would be happy to submit a PR.