Terminal
A basic UI to view the current session's logs and run commands
The terminal is a UI that opens up in a bottom sheet. The sheet binds with the process service, so you can view the history of commands run from the current session.
The sheet has an input box and a button at the bottom where you can type commands and run them. The commands are sent to the process service and the output is logged. The list scrolls to the bottom automatically as logs are added.
You can also copy the outputs and clear the logs if you wish to, from the buttons on the top right of the bottom sheet.
Last updated
Was this helpful?