logana 0.1.0

A TUI log analyzer/viewer built for speed - handles files with millions of lines with instant filtering and VIM like navigation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Visual Line Mode

Press `V` in normal mode to enter visual line mode. The current line becomes the anchor.

| Key | Action |
|---|---|
| `j` / `k` | Extend selection down / up |
| `c` | Attach a comment to the selected lines |
| `m` | Mark / unmark all selected lines (toggles group) |
| `y` | Yank (copy) selected lines to system clipboard |
| `i` | Open command bar pre-filled with `filter <first line>` |
| `o` | Open command bar pre-filled with `exclude <first line>` |
| `/` | Open search bar pre-filled with the first selected line |
| `Esc` | Cancel |

Selected lines are highlighted in the log panel.