Codebase list tmuxp / f4ed5d9e-d29a-4dc4-afda-bf6dbccbc6d2/main .tmuxp.yaml
f4ed5d9e-d29a-4dc4-afda-bf6dbccbc6d2/main

Tree @f4ed5d9e-d29a-4dc4-afda-bf6dbccbc6d2/main (Download .tar.gz)

.tmuxp.yaml @f4ed5d9e-d29a-4dc4-afda-bf6dbccbc6d2/mainraw · history · blame

session_name: tmuxp
start_directory: ./ # load session relative to config location (project root).
before_script: ./.tmuxp-before-script.sh
shell_command_before:
- '[ -f .venv/bin/activate ] && source .venv/bin/activate && reset'
windows:
- window_name: tmuxp
  focus: True
  layout: main-horizontal
  options:
    main-pane-height: 35
  panes:
  - focus: true
  - pane 
  - make watch_test
- window_name: docs
  layout: main-horizontal
  options:
    main-pane-height: 35
  start_directory: docs/
  panes:
  - focus: true
  - pane
  - make serve
  - make SPHINXBUILD='poetry run sphinx-build' watch