First public tagged release of dashbrew.
Features
- Six component types:
text,list,todo,chart,histogram,table. - Three data sources:
script(shell command),api(HTTP GET with optional JSONPath extraction), and direct file paths fortodo. - Container layout primitives with
row/columndirection andflexsizing. - Per-component
refresh_interval(seconds) and chart-specificrefresh_mode: "append"for accumulating series. - Configurable border styling via
style.border.{type, color, focusedColor}. - Global keymap:
Shift+arrow/H J K Lfor navigation,Rto refresh focused,Ato enter add-mode (todo),Spaceto toggle a todo,Ctrl+Cto quit. - Mouse click to focus a pane.
- Table with per-column
label,field, andflex.
Install
go install github.com/rasjonell/dashbrew/cmd/dashbrew@v1.0.0