| MEDIUM | README.md | 98 | # => ╭────┬──────────┬──────┬─────────┬───────────────╮ |
| MEDIUM | README.md | 100 | # => ├────┼──────────┼──────┼─────────┼───────────────┤ |
| MEDIUM | README.md | 113 | # => ╰────┴──────────┴──────┴─────────┴───────────────╯ |
| MEDIUM | README.md | 128 | # => ╭───┬───────┬───────────┬───────┬───────────┬───────────╮ |
| MEDIUM | README.md | 130 | # => ├───┼───────┼───────────┼───────┼───────────┼───────────┤ |
| MEDIUM | README.md | 134 | # => ╰───┴───────┴───────────┴───────┴───────────┴───────────╯ |
| MEDIUM | README.md | 144 | # => ╭──────────────────┬────────────────────╮ |
| MEDIUM | README.md | 154 | # => ╰──────────────────┴────────────────────╯ |
| MEDIUM | README.md | 161 | # => ╭───────────────┬────────────────────────────────────╮ |
| MEDIUM | README.md | 175 | # => ╰───────────────┴────────────────────────────────────╯ |
| MEDIUM | crates/nu-std/README.md | 13 | #┬───────────name────────────┬───────────────────description─────────────────── |
| MEDIUM | crates/nu-cli/src/prompt_update.rs | 28 | // ──────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | crates/nu-cli/src/prompt_update.rs | 30 | // ──────────────────────────────────────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/ui.rs | 26 | // ─── Key Action Handling ───────────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/ui.rs | 106 | // ─── Main Loop ─────────────────────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/ui.rs | 174 | // ─── Main Loop ─────────────────────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/ui.rs | 212 | // ─── UI Drawing ────────────────────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/ui.rs | 266 | // ─── Section Drawing Helpers ───────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/ui.rs | 375 | // ─── Label Building Helpers ────────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/ui.rs | 404 | // ─── Help Bar ──────────────────────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/ui.rs | 453 | // ─── Quick Reference Panel ─────────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/ui.rs | 560 | // ─── Help Modal Overlay ─────────────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 164 | // ─── Quick Reference Panel ─────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 313 | // ─── is_selectable tests ───────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 343 | // ─── find_next_item tests ──────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 381 | // ─── find_prev_item tests ──────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 421 | // ─── find_nearest_item tests ───────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 451 | // ─── find_nearest_item_reverse tests ───────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 482 | // ─── Navigation method tests (quick_ref_up/down) ───────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 544 | // ─── Page navigation tests ─────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 631 | // ─── Horizontal scroll tests ───────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 684 | // ─── Unicode handling tests ─────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 695 | // ─── get_highlights tests ───────────────────────────────────────────────── |
| MEDIUM | crates/nu-explore/src/explore_regex/app.rs | 785 | // ─── Helper ────────────────────────────────────────────────────────────── |
| MEDIUM | crates/nu-command/tests/format_conversions/html.rs | 50 | "<html><style>body { background-color:white;color:black; }</style><body>Change directory.<br><br>Usage:<br> > |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3361 | "╭───┬───┬───┬────────────────╮│ # │ a │ b │ c │├───┼───┼───┼────────────────┤│ 0 │ 1 │ 2 │ |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3369 | "╭───┬─────┬─────┬────────────────╮│ # │ a │ b │ c │├───┼─────┼─────┼────────────────┤│ 0 │ 1 |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3377 | "╭───┬─────┬─────┬─────╮│ # │ a │ b │ c │├───┼─────┼─────┼─────┤│ 0 │ 1 │ 2 │ 3 ││ 1 │ ... │ ... │ . |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3457 | "╭───┬───┬───┬────────────────╮│ # │ a │ b │ c │├───┼───┼───┼────────────────┤│ 0 │ 1 │ 2 │ |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3465 | "╭───┬─────┬─────┬────────────────╮│ # │ a │ b │ c │├───┼─────┼─────┼────────────────┤│ 0 │ 1 |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3473 | "╭───┬─────┬─────┬─────╮│ # │ a │ b │ c │├───┼─────┼─────┼─────┤│ 0 │ 1 │ 2 │ 3 ││ 1 │ ... │ ... │ . |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3027 | "─#───a───b─────────c──────── 0 1 2 3 1 4 5 [list 3 items] ", |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3028 | "─#───a───b─────────c──────── 0 1 2 3 1 4 5 [list 3 items] ─#───a───b─────────c─── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3053 | "─#─┬─a─┬─b─┬───────c──────── 0 │ 1 │ 2 │ 3 1 │ 4 │ 5 │ [list 3 items] ───┴───┴───┴─────────── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3054 | "─#─┬─a─┬─b─┬───────c──────── 0 │ 1 │ 2 │ 3 1 │ 4 │ 5 │ [list 3 items] ─#─┴─a─┴─b─┴───────c─── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3066 | "─#─┼─a─┼─b─┼───────c──────── 0 │ 1 │ 2 │ 3 1 │ 4 │ 5 │ [list 3 items] ", |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3067 | "─#─┼─a─┼─b─┼───────c──────── 0 │ 1 │ 2 │ 3 1 │ 4 │ 5 │ [list 3 items] ─#─┼─a─┼─b─┼───────c─── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3079 | "═#═╦═a═╦═b═╦═══════c════════ 0 ║ 1 ║ 2 ║ 3 1 ║ 4 ║ 5 ║ [list 3 items] ═══╩═══╩═══╩═══════════ |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3080 | "═#═╦═a═╦═b═╦═══════c════════ 0 ║ 1 ║ 2 ║ 3 1 ║ 4 ║ 5 ║ [list 3 items] ═#═╩═a═╩═b═╩═══════c═══ |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3092 | "╭─#─┬─a─┬─b─┬───────c────────╮│ 0 │ 1 │ 2 │ 3 ││ 1 │ 4 │ 5 │ [list 3 items] │╰───┴───┴───┴──── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3093 | "╭─#─┬─a─┬─b─┬───────c────────╮│ 0 │ 1 │ 2 │ 3 ││ 1 │ 4 │ 5 │ [list 3 items] │╰─#─┴─a─┴─b─┴──── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3105 | "┏━#━┳━a━┳━b━┳━━━━━━━c━━━━━━━━┓┃ 0 ┃ 1 ┃ 2 ┃ 3 ┃┃ 1 ┃ 4 ┃ 5 ┃ [list 3 items] ┃┗━━━┻━━━┻━━━┻━━━━ |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3106 | "┏━#━┳━a━┳━b━┳━━━━━━━c━━━━━━━━┓┃ 0 ┃ 1 ┃ 2 ┃ 3 ┃┃ 1 ┃ 4 ┃ 5 ┃ [list 3 items] ┃┗━#━┻━a━┻━b━┻━━━━ |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3118 | "┏─#─┬─a─┬─b─┬───────c────────┓│ 0 │ 1 │ 2 │ 3 ││ 1 │ 4 │ 5 │ [list 3 items] │┗───┴───┴───┴──── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3119 | "┏─#─┬─a─┬─b─┬───────c────────┓│ 0 │ 1 │ 2 │ 3 ││ 1 │ 4 │ 5 │ [list 3 items] │┗─#─┴─a─┴─b─┴──── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3144 | "╭─#─┬─a─┬─b─┬───────c────────╮│ 0 │ 1 │ 2 │ 3 ││ 1 │ 4 │ 5 │ [list 3 items] │╰───┴───┴───┴──── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3145 | "╭─#─┬─a─┬─b─┬───────c────────╮│ 0 │ 1 │ 2 │ 3 ││ 1 │ 4 │ 5 │ [list 3 items] │╰─#─┴─a─┴─b─┴──── |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3171 | "┌─#─┬─a─┬─b─┬───────c────────┐│ 0 │ 1 │ 2 │ 3 │├───┼───┼───┼────────────────┤│ 1 │ 4 │ 5 │ [li |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3172 | "┌─#─┬─a─┬─b─┬───────c────────┐│ 0 │ 1 │ 2 │ 3 │├───┼───┼───┼────────────────┤│ 1 │ 4 │ 5 │ [li |
| MEDIUM | crates/nu-command/tests/commands/table.rs | 3339 | "╭───┬───────┬───────┬────────────────╮│ # │ a │ b │ c │├───┼───────┼───────┼────────────── |
| 44 more matches not shown… |