Skip to main content

Terminal Command Reference

TrinovaQ Studio includes a built-in shell for executing toolchain commands. Commands are typed into the "Terminal" tab.

Local Commands (Client-Side)

Handled directly by the UI in terminal.tsx.

CommandDescription
cls / clearClears the terminal output history.
scanTriggers the "Scan Quality" analysis (C or Rust).
compileTriggers the build process for the active file.
flashInitiates the (Mock) Flash to Device workflow.
docs / manOpens this documentation website in the default browser.

Backend Commands (IPC)

Executed by the main process in index.ts.

CommandArgumentsDescription
helpNoneLists available commands.
snippetsNoneLists available snippet triggers (e.g., can_frame).
hex[decimal_number]Converts a decimal number to Hexadecimal (e.g., hex 255 -> 0xFF).