github rasjonell/dashbrew v1.0.0

latest release: v1.1.0
7 hours ago

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 for todo.
  • Container layout primitives with row / column direction and flex sizing.
  • Per-component refresh_interval (seconds) and chart-specific refresh_mode: "append" for accumulating series.
  • Configurable border styling via style.border.{type, color, focusedColor}.
  • Global keymap: Shift+arrow / H J K L for navigation, R to refresh focused, A to enter add-mode (todo), Space to toggle a todo, Ctrl+C to quit.
  • Mouse click to focus a pane.
  • Table with per-column label, field, and flex.

Install

go install github.com/rasjonell/dashbrew/cmd/dashbrew@v1.0.0

Don't miss a new dashbrew release

NewReleases is sending notifications on new releases.