Skip to content

Outline / Jump To

Jump between user-run commands, prompts, files (available in jump to panel) in the scrollback. Powered by the prompt marks your shell already emits.

Jump To panel (⌘J)
Outline Panel

How it works

When Shell Integration is active your shell emits OSC 133 marks around each prompt and command. Otty uses those marks to build a per-pane index of user commands, with exit status.

  • A green tick in the gutter = exit 0
  • A red cross = non-zero exit
  • A grey dot = still running

Open Quickly integration

⌘⇧O → switch the filter to Current to see every command in the focused pane as a searchable list. Type a fragment of any command to filter, press to jump there.

See Open Quickly.

Outline in Details Panel

You can also open outline panel in sidebar. In terminal session, it lists all commands you input. In supported code agent session, it also lists your history prompts. In markdown file preview session, it shows all headings in markdown file.

You can right click the row in outline side panel to jump there or copy text content.

See Details Panel.

Requirements

  • A supported shell with integration hooks installed — see Shell Integration.
  • Otty does not require modifying your prompt; it injects via shell hooks.

See also

Otty