rura 1.6.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                  │                           "
"                           │                                            │                           "
"                           │f12          - Toggle Live mode             │                           "
"                           │f11          - Toggle Live Until Cursor mode│                           "
"                           │                                            │                           "
"                           │ctrl+s       - Save output to file          │                           "
"                           │ctrl+alt+s   - Save command to file         │                           "
"                           │                                            │                           "
"                           │f3           - Search next                  │                           "
"                           │f4           - Search previous              │                           "
"                           │alt+x        - Toggle regex mode            │                           "
"                           │alt+c        - Toggle case sensitivity      │                           "
"                           │                                            │                           "
"                           │tab          - Complete forward             │                           "
"                           │shift+tab    - Complete backward            │                           "
"                           │                                            │                           "
"                           │alt+left     - Go to previous subcommand    │                           "
"                           │alt+right    - Go to next subcommand        │                           "
"                           │alt+c        - Copy current subcommand      │                           "
"                           │alt+x        - Cut current subcommand       │                           "
"                           │alt+v        - Paste subcommand after       │                           "
"┌──────────────────────────│                                            │──────────────────────────┐"
"│                          │ctrl+p       - History previous item        │                          │"
"└──────────────────────────│                     ▼                      │──────────────────────────┘"
"                           └────────────────────────────────────────────┘                       L:0 "