# TUI (Terminal User Interface)

## Getting Started

To access the TUI interface, simply run:

```bash
devtui
```

This will open the main menu where you can select any of the available tools using arrow keys and Enter.

## Common Key Bindings

Most TUI tools share these common key bindings:

- **q/Ctrl+C** - Quit and return to main menu
- **?** - Toggle help view
- **c** - Copy output to clipboard
- **v** - Paste content from clipboard
- **e** - Edit content in external editor
- **↑/k** - Navigate up
- **↓/j** - Navigate down
