# TUI Interface


# Interactive Mode

`my-tool` includes a full-screen terminal interface for visual project management. Launch it with:

``` bash
my-tool --interactive
```

Here's how it looks:


<img src="../termshow/tui-demo/frame-000.svg" class="gd-termshow-poster" loading="lazy" alt="Terminal recording: tui-demo" />

Terminal recording: tui-demo (requires JavaScript for playback)


## Navigation

The TUI uses standard terminal navigation:

- **↑/↓** arrows to move between items
- **Enter** to select/confirm
- **q** to quit
- **Esc** to go back one level


## Features

The interactive mode provides:

- Project creation wizard
- File browser with preview
- Live build output
- Configuration editor
