Views

The TUI is a view stack: each numbered tab is a top-level view, and some actions push detail views on top.

Switch top-level views with 15. Pop a view with q or esc. Quit with Q.

Logs 1

Live tail of your project’s logs.

KeyAction
↑/↓ or j/kMove cursor by 1
ctrl+↑/↓Jump 10 lines
g / GTop / bottom
enterOpen log detail
nNext page (older logs)
rReload
spaceToggle live tail — green when on, yellow when paused
/Focus filter bar
xClear filter
sSave current filter as a saved view
vOpen Saved Views list
?Help

Scroll position, applied filter and live/pause state survive when you go into a log detail and come back.

Pins 2

Pinned logs (fingerprint-based — same error message ⇒ same pin). The list is shared with the Pins page on the web.

KeyAction
↑/↓ or j/kMove cursor
enterOpen the snapshotted log
RMark resolved
WMark watching
dDelete pin
rReload

A pin tracks every encounter — even if you’ve already resolved it. Useful for “errors I want to know about if they ever come back”.

Saved Views 3

Backend-synced saved filters — same store as the web console’s saved views.

KeyAction
↑/↓ or j/kMove cursor
enterApply this view → jump to Logs filtered
dDelete saved view
rReload

Create new ones from Logs with s.

Docs 4

Browse logu.ro/docs/* inline. Full-text fuzzy search across every page. See Docs browser for the full layout.

Alerts 5

List / toggle / delete project alerts; create from scratch or from a log.

KeyAction
↑/↓ or j/kMove cursor
cCreate alert (wizard)
spaceToggle active / paused
dDelete alert
rReload

See Alerts for the wizard flow and how to derive an alert from a log.

Log detail

Pushed onto the stack when you press enter on a log.

KeyAction
aCreate alert from this log (pre-fills name/level/message)
pPin / unpin (shows encounter count for recurring fingerprints)
tPush the Trace view filtered by this log’s trace id
cCopy log id
oOpen this log in the web console
jToggle raw / JSON-colored context
yCopy the full log JSON
q / escBack to Logs

Trace

All logs sharing a trace id, in chronological order. Push it with t from Log detail, or by clicking through from a trace-tagged log.

Command palette :

Fuzzy-search every registered action and view by title or keyword. Same idea as : in the web console.

Help ?

Multi-section keymap with a sidebar. This is the source of truth — keys listed there match what’s wired in the code.

// related

See also