Skip to content

Commands

The command input is optional. The TUI also provides buttons, filters, edit controls, and dialogs for the same workflow.

Use this page as a reference when you prefer keyboard-driven testing, want faster repetition, or need exact command syntax.

Commands are divided into two groups:

  • bare commands affect the current intercepted intent;
  • slash commands affect app state, tab state, filters, exports, or settings.

These commands are available when an intent is actively blocked in the Intercept tab.

CommandAliasMeaning
forwardfForward the current intercepted intent
dropdDrop the current intercepted intent

Modifications are staged. They are applied only when you forward the current intent. When the intent is forwarded, the same staged changes are reflected in History and in the project database.

CommandMeaning
action <value>Set the intent action
data <uri>Set the data URI
+cat <value>Add a category
-cat <value>Remove a category
+flag <int>Add an integer flag
-flag <int>Remove an integer flag
+x [type] <key> <value>Add or replace an extra
-x <key>Remove an extra

Supported extra types:

int
bool
float
long
double
string

If no extra type is specified, string is used.

See Intercepting and modifying for a complete modification flow.

CommandMeaning
/intercept onEnable block mode
/intercept offDisable block mode
/intercept statusShow current interception state

When interception is off, intents are still observed and stored in History, but the target thread is not held waiting for a manual decision.

CommandMeaning
/stack onEnable stack trace display in the active tab
/stack offDisable stack trace display in the active tab
/stack <number>Set the number of stack frames shown in the active tab

Intercept and History stack settings are independent.

/filter always operates on the active tab.

CommandMeaning
/filter listShow active filters
/filter add ignore <rule>Add an ignore rule
/filter add focus <rule>Add a focus rule
/filter remove <id>Remove a filter by ID

Examples:

/filter add ignore class=*ContextThemeWrapper
/filter add focus method=sendBroadcast
/filter add focus component=explicit
/filter remove 3

See Filters for the full rule format.

CommandMeaning
/export entriesExport all history entries to JSON
/export filtered entriesExport only the currently filtered History view
/save history filtersSave History filters to a timestamped text file
/save intercept filtersSave Intercept filters to a timestamped text file
CommandMeaning
/helpOpen the help modal
/quitExit the application
/themeToggle dark/light theme
/clear historyClear all stored history entries in the current project