streamweave 0.8.3

Composable, async, stream-first computation in pure Rust
Documentation
layout {
  default_tab_template {
    pane size=1 borderless=true {
      plugin location="zellij:tab-bar"
    }
    children
    pane size=1 borderless=true {
      plugin location="zellij:status-bar"
    }
  }

  tab name="scratch" {
    pane {
      cwd "/home/tom/Code/code9/python/test-tsai"
    }
  }

  tab name="project" {
    pane {
      cwd "/home/tom/Code/code9/python/test-tsai"
    }
  }
}

keybinds {
  normal {
    unbind "Ctrl q"
  }
}