Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window specific root directories #16

Open
pgoodjohn opened this issue Jan 24, 2025 · 1 comment
Open

Window specific root directories #16

pgoodjohn opened this issue Jan 24, 2025 · 1 comment

Comments

@pgoodjohn
Copy link

Hi

Is rusmux supposed to support window specific root directories from tmuxinator configuration files?

I have been trying to port some of my old setups but I have struggled to make it work:

project_name: wip
project_root: ~/Source/
windows:
  - test:
      root: ~/Source/wip/ # <- window specific root
      layout: main-vertical
      panes:
        - echo $(pwd) # <- should print ~/Source/wip/ but prints ~/Source/
~                                          

does not set the root directory of the app window to ~/Source/app/ but it just inherits the parent project_root.

Happy to submit a MR sometime soon (™) if supports needs to be added / patched 😄

@MeirKriheli
Copy link
Owner

Per window root is not implemented, could be added.

PS I usually just add cd in the relevant pane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants