gitpushup 0.1.16

GitPushUp in rust!
Documentation
layout {
  default_tab_template {
    pane size=1 borderless=true {
      plugin location="zellij:tab-bar"
    }
    children
    pane size=2 borderless=true {
      plugin location="zellij:status-bar"
    }
  }  
  // tab name="Rust Dev" {
    pane split_direction="vertical" {
      pane command="nvim" close_on_exit=true 
      pane split_direction="horizontal" {
        pane command="make" {
          args "build"
        }
        pane
        pane
      }
    }
    pane size=1 borderless=true {
    //    plugin location="zellij:compact-bar"
      plugin location="zellij:status-bar"
    }
  // }
}