# `mix dala_dev.tui`
[🔗](https://github.com/ohhi-vn/dala_dev/blob/main/lib/mix/tasks/dala_dev.tui.ex#L1)

Launches the dala_dev Terminal UI dashboard.

## Usage

    mix dala_dev.tui

This starts an interactive four-tab TUI where you can:
- Browse discovered devices (Android/iOS) with node and connection info
- Run `mix dala.*` tasks from the terminal
- View deployment status and logs
- Inspect remote nodes (version, screen info, memory, latency)
- Access diagnostics and doctor output

Press `?` inside the TUI for keyboard shortcuts, `q` to quit.

## Examples

    # Launch the TUI
    mix dala_dev.tui

---

*Consult [api-reference.md](api-reference.md) for complete listing*
