ivaaaan / smug

Session manager and task runner for tmux. Start your development environment within one command.
MIT License
712 stars 29 forks source link

Allow to group projects into directories #89

Closed ivaaaan closed 1 month ago

ivaaaan commented 2 years 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

yousef-ysph commented 1 month ago

I have made a PR for this issue https://github.com/ivaaaan/smug/pull/127