Skip to content

Keyboard Reference

All keyboard shortcuts in Explorer, organized by context. Press ? at any time to see this reference inside the app.

Pipeline Panel (left)

These keys are active when the pipeline list has focus.

KeyAction
/ kMove cursor up
/ jMove cursor down
aAdd stage after cursor
AAdd stage before cursor
dDelete stage (with confirmation)
eEdit stage arguments
SpaceToggle stage enabled/disabled
JReorder stage down
KReorder stage up
rRe-run from cursor stage (invalidate cache)
Enter / TabFocus inspector panel

Inspector Panel (right)

These keys are active when the inspector has focus.

KeyAction
/ kScroll records up
/ jScroll records down
tCycle view mode: table → prettyprint → json → schema
/ hMove column highlight left (table view)
/ lMove column highlight right (table view)
EnterOpen record detail (tree view)
EscClear column highlight, or return focus to pipeline

Quick Actions

When a column is highlighted in table view (navigate with h/l), these one-key shortcuts create a new stage targeting the highlighted field:

KeyAction
gAdd grep stage filtering on the highlighted field
sAdd sort stage sorting by the highlighted field
cAdd collate stage grouping by the highlighted field (with count)
FOpen Field Spotlight — value distribution for the highlighted field

After pressing g, s, or c, the edit modal opens so you can fine-tune the stage arguments before confirming.

Global

These keys work regardless of which panel is focused.

KeyAction
TabToggle focus between pipeline and inspector
uUndo last pipeline edit
Ctrl+RRedo last undone edit
vOpen current stage's records in $EDITOR
xExport pipeline as shell script → clipboard
XExport pipeline (choose format)
SSave/rename session
fFork pipeline at cursor stage
bSwitch/manage forks
iSwitch input source
pPin/unpin stage for selective caching
?Toggle help panel
q / Ctrl+CQuit (auto-saves session)

Released under the MIT License.