tmuxp
tmuxp copied to clipboard
Feature request: `if:` to optionally open windows / panes
if: could potentially execute python or shell and interpolate environmental variables
windows:
- window_name: window
if: import os; os.path.isdir(~/work/myproject)