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.

If log trimming is enabled, each time a process finishes executing, the logs list gets trimmed to show the last 200 lines only.

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.

Currently, the service can handle only one command at a time, so you can't run commands if there is something being executed.

Last updated