Skip to content

Load all sessions #723

Open
Open
@LionC

Description

@LionC

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions