mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
24 lines
275 B
Markdown
24 lines
275 B
Markdown
|
|
## Name
|
||
|
|
|
||
|
|
Terminal - Serenity terminal emulator
|
||
|
|
|
||
|
|
## Synopsis
|
||
|
|
|
||
|
|
```**sh
|
||
|
|
$ Terminal [options]
|
||
|
|
```
|
||
|
|
|
||
|
|
## Description
|
||
|
|
|
||
|
|
Terminal is a terminal emulator application for Serenity.
|
||
|
|
|
||
|
|
## Options
|
||
|
|
|
||
|
|
* `-e`: Execute this command inside the terminal
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
|
||
|
|
```sh
|
||
|
|
$ Terminal -e Shell
|
||
|
|
```
|