Closed ivaaaan closed 1 month ago
I want to allow users to group their configs into directories, e.g:
smug ├── my-awesome-project │ ├── app.yml │ └── backend.yml
Now command smug start my-awesome-project should create multiple tmux sessions, and attach to the last one created. Config option always_attach: true on the config root level may be added
smug start my-awesome-project
always_attach: true
I have made a PR for this issue https://github.com/ivaaaan/smug/pull/127
I want to allow users to group their configs into directories, e.g:
Now command
smug start my-awesome-project
should create multiple tmux sessions, and attach to the last one created. Config optionalways_attach: true
on the config root level may be added