Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
lazydbx
command
Command lazydbx is a k9s-style terminal UI for Databricks.
|
Command lazydbx is a k9s-style terminal UI for Databricks. |
|
internal
|
|
|
app
Package app hosts the root Bubble Tea model: the view stack, global keys, overlays (command bar), and message routing.
|
Package app hosts the root Bubble Tea model: the view stack, global keys, overlays (command bar), and message routing. |
|
config
Package config loads lazydbx settings with precedence: defaults < $XDG_CONFIG_HOME/lazydbx/config.yaml < env (LAZYDBX_*) < flags.
|
Package config loads lazydbx settings with precedence: defaults < $XDG_CONFIG_HOME/lazydbx/config.yaml < env (LAZYDBX_*) < flags. |
|
dbx
Package dbx is the only package that imports the Databricks SDK.
|
Package dbx is the only package that imports the Databricks SDK. |
|
engine
Package engine keeps resource data fresh, k9s-style: one poll goroutine per watched (profile, resource, scope) key feeding an in-memory cache, with results pushed to the UI through a sink (the app wires p.Send).
|
Package engine keeps resource data fresh, k9s-style: one poll goroutine per watched (profile, resource, scope) key feeding an in-memory cache, with results pushed to the UI through a sink (the app wires p.Send). |
|
favorites
Package favorites persists per-profile row stars.
|
Package favorites persists per-profile row stars. |
|
logging
Package logging routes all logs (ours and the Databricks SDK's) to a file.
|
Package logging routes all logs (ours and the Databricks SDK's) to a file. |
|
openurl
Package openurl launches the system web browser for a URL.
|
Package openurl launches the system web browser for a URL. |
|
resource
Package resource defines the core abstraction every browsable Databricks resource implements.
|
Package resource defines the core abstraction every browsable Databricks resource implements. |
|
resources
Package resources holds the concrete resource definitions — the only code that calls DAOs.
|
Package resources holds the concrete resource definitions — the only code that calls DAOs. |
|
theme
Package theme defines the lipgloss styles used across the UI.
|
Package theme defines the lipgloss styles used across the UI. |
|
ui/component
Package component holds the dumb, reusable widgets composed by the app shell and views.
|
Package component holds the dumb, reusable widgets composed by the app shell and views. |
|
ui/view
Package view defines the View interface every body view implements, the shared UI messages, and the concrete views (browser, describe, picker, help).
|
Package view defines the View interface every body view implements, the shared UI messages, and the concrete views (browser, describe, picker, help). |
|
version
Package version holds build metadata injected at release time via ldflags.
|
Package version holds build metadata injected at release time via ldflags. |
Click to show internal directories.
Click to hide internal directories.
