tmuxp icon indicating copy to clipboard operation
tmuxp copied to clipboard

Feature request: `if:` to optionally open windows / panes

Open tony opened this issue 3 years ago • 0 comments

if: could potentially execute python or shell and interpolate environmental variables


windows:
- window_name: window
  if: import os; os.path.isdir(~/work/myproject)

tony avatar Feb 26 '22 02:02 tony