rura 1.0.0

Interactive TUI pipeline editor built for rapid iteration
---
source: src/app.rs
expression: terminal.backend()
---
"                                                                                                    "
"                               ┌ Keys ───────────────────────────────┐                              "
"                               │enter     - Execute full command     │                              "
"                               │alt+\     - Execute until cursor     │                              "
"                               │alt+|     - Execute before cursor    │                              "
"                               │alt+i     - Reset input              │                              "
"                               │                                     │                              "
"                               │F3        - Search ↓                 │                              "
"                               │F4        - Search ↑                 │                              "
"                               │alt+c     - Switch case sensitivity  │                              "
"                               │                                     │                              "
"                               │tab       - Complete forward         │                              "
"                               │shift+tab - Complete backward        │                              "
"                               │                                     │                              "
"                               │alt+left  - Go to previous subcommand│                              "
"                               │alt+right - Go to next subcommand    │                              "
"                               │                                     │                              "
"                               │ctrl+p    - History previous item    │                              "
"                               │ctrl+n    - History next item        │                              "
"                               │                                     │                              "
"                               │up        - Scroll up                │                              "
"                               │down      - Scroll down              │                              "
"                               │pageup    - Scroll page up           │                              "
"                               │pagedown  - Scroll page down         │                              "
"                               │                                     │                              "
"                               │alt+l     - Scroll right             │                              "
"┌──────────────────────────────│alt+h     - Scroll left              │─────────────────────────────┐"
"│                              │                                     │                             │"
"└──────────────────────────────│alt+w     - Wrap output lines        │─────────────────────────────┘"
"               ^C Quit Enter Ex└─────────────────────────────────────┘ UC F12 Live              L:0 "